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