#[repr(transparent)]pub struct SgiKeyCtrl(pub u32);Expand description
SGI Key Control SFR
Tuple Fields§
§0: u32Implementations§
Source§impl SgiKeyCtrl
impl SgiKeyCtrl
Trait Implementations§
Source§impl Clone for SgiKeyCtrl
impl Clone for SgiKeyCtrl
Source§fn clone(&self) -> SgiKeyCtrl
fn clone(&self) -> SgiKeyCtrl
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SgiKeyCtrl
impl Debug for SgiKeyCtrl
Source§impl Default for SgiKeyCtrl
impl Default for SgiKeyCtrl
Source§fn default() -> SgiKeyCtrl
fn default() -> SgiKeyCtrl
Returns the “default value” for a type. Read more
Source§impl PartialEq for SgiKeyCtrl
impl PartialEq for SgiKeyCtrl
impl Copy for SgiKeyCtrl
impl Eq for SgiKeyCtrl
impl StructuralPartialEq for SgiKeyCtrl
Auto Trait Implementations§
impl Freeze for SgiKeyCtrl
impl RefUnwindSafe for SgiKeyCtrl
impl Send for SgiKeyCtrl
impl Sync for SgiKeyCtrl
impl Unpin for SgiKeyCtrl
impl UnwindSafe for SgiKeyCtrl
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