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