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