Struct Regmrs
#[repr(transparent)]pub struct Regmrs(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for Regmrs
impl Ord for Regmrs
§impl PartialOrd for Regmrs
impl PartialOrd for Regmrs
impl Copy for Regmrs
impl Eq for Regmrs
impl StructuralPartialEq for Regmrs
Auto Trait Implementations§
impl Freeze for Regmrs
impl RefUnwindSafe for Regmrs
impl Send for Regmrs
impl Sync for Regmrs
impl Unpin for Regmrs
impl UnwindSafe for Regmrs
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