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