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