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