pub struct fontcolor(/* private fields */);
Trait Implementations§
impl StructuralPartialEq for fontcolor
Auto Trait Implementations§
impl Freeze for fontcolor
impl RefUnwindSafe for fontcolor
impl Send for fontcolor
impl Sync for fontcolor
impl Unpin for fontcolor
impl UnwindSafe for fontcolor
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more