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