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