Struct bin_layout::len::L2
source · [−]pub struct L2(pub u16);Tuple Fields
0: u16Implementations
Methods from Deref<Target = u16>
Trait Implementations
sourceimpl PartialEq<L2> for L2
impl PartialEq<L2> for L2
impl Copy for L2
impl Eq for L2
impl StructuralEq for L2
impl StructuralPartialEq for L2
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more