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