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