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