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