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