#[repr(transparent)]pub struct NmiGlueNmiSelectInput(pub u32);Expand description
NMI_GLUE_NMI_SELECT_INPUT DAISY Register
Tuple Fields§
§0: u32Implementations§
Source§impl NmiGlueNmiSelectInput
impl NmiGlueNmiSelectInput
Sourcepub const fn daisy(&self) -> NmiGlueNmiSelectInputDaisy
pub const fn daisy(&self) -> NmiGlueNmiSelectInputDaisy
Selecting Pads Involved in Daisy Chain.
Sourcepub const fn set_daisy(&mut self, val: NmiGlueNmiSelectInputDaisy)
pub const fn set_daisy(&mut self, val: NmiGlueNmiSelectInputDaisy)
Selecting Pads Involved in Daisy Chain.
Trait Implementations§
Source§impl Clone for NmiGlueNmiSelectInput
impl Clone for NmiGlueNmiSelectInput
Source§fn clone(&self) -> NmiGlueNmiSelectInput
fn clone(&self) -> NmiGlueNmiSelectInput
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 NmiGlueNmiSelectInput
impl Debug for NmiGlueNmiSelectInput
Source§impl Default for NmiGlueNmiSelectInput
impl Default for NmiGlueNmiSelectInput
Source§fn default() -> NmiGlueNmiSelectInput
fn default() -> NmiGlueNmiSelectInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for NmiGlueNmiSelectInput
impl PartialEq for NmiGlueNmiSelectInput
impl Copy for NmiGlueNmiSelectInput
impl Eq for NmiGlueNmiSelectInput
impl StructuralPartialEq for NmiGlueNmiSelectInput
Auto Trait Implementations§
impl Freeze for NmiGlueNmiSelectInput
impl RefUnwindSafe for NmiGlueNmiSelectInput
impl Send for NmiGlueNmiSelectInput
impl Sync for NmiGlueNmiSelectInput
impl Unpin for NmiGlueNmiSelectInput
impl UnwindSafe for NmiGlueNmiSelectInput
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