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