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