pub struct L2(pub u16);
Tuple Fields§
§0: u16
Implementations§
Trait Implementations§
impl Copy for L2
impl Eq for L2
impl StructuralPartialEq for L2
Auto Trait Implementations§
impl Freeze for L2
impl RefUnwindSafe for L2
impl Send for L2
impl Sync for L2
impl Unpin for L2
impl UnwindSafe for L2
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