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