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