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