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