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