pub struct fillcolor(/* private fields */);
Trait Implementations§
impl StructuralPartialEq for fillcolor
Auto Trait Implementations§
impl Freeze for fillcolor
impl RefUnwindSafe for fillcolor
impl Send for fillcolor
impl Sync for fillcolor
impl Unpin for fillcolor
impl UnwindSafe for fillcolor
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