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