#[repr(transparent)]pub struct SgiKey7b(pub u32);Expand description
Input Key register 7 - Word-2
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for SgiKey7b
impl Eq for SgiKey7b
impl StructuralPartialEq for SgiKey7b
Auto Trait Implementations§
impl Freeze for SgiKey7b
impl RefUnwindSafe for SgiKey7b
impl Send for SgiKey7b
impl Sync for SgiKey7b
impl Unpin for SgiKey7b
impl UnwindSafe for SgiKey7b
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