#[repr(transparent)]pub struct Lcomp1(pub u16);Expand description
Lower Position Compare 1
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
impl Copy for Lcomp1
impl Eq for Lcomp1
impl StructuralPartialEq for Lcomp1
Auto Trait Implementations§
impl Freeze for Lcomp1
impl RefUnwindSafe for Lcomp1
impl Send for Lcomp1
impl Sync for Lcomp1
impl Unpin for Lcomp1
impl UnwindSafe for Lcomp1
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