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