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