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