Struct bin_layout::len::L3
source · [−]pub struct L3(pub u32);Tuple Fields
0: u32Implementations
Methods from Deref<Target = u32>
Trait Implementations
sourceimpl PartialEq<L3> for L3
impl PartialEq<L3> for L3
impl Copy for L3
impl Eq for L3
impl StructuralEq for L3
impl StructuralPartialEq for L3
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