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