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