#[repr(transparent)]pub struct Sai3IppIndSaiTxsyncSelectInput(pub u32);Expand description
SAI3_IPP_IND_SAI_TXSYNC_SELECT_INPUT DAISY Register
Tuple Fields§
§0: u32Implementations§
Source§impl Sai3IppIndSaiTxsyncSelectInput
impl Sai3IppIndSaiTxsyncSelectInput
Sourcepub const fn daisy(&self) -> Sai3IppIndSaiTxsyncSelectInputDaisy
pub const fn daisy(&self) -> Sai3IppIndSaiTxsyncSelectInputDaisy
Selecting Pads Involved in Daisy Chain.
Sourcepub const fn set_daisy(&mut self, val: Sai3IppIndSaiTxsyncSelectInputDaisy)
pub const fn set_daisy(&mut self, val: Sai3IppIndSaiTxsyncSelectInputDaisy)
Selecting Pads Involved in Daisy Chain.
Trait Implementations§
Source§impl Clone for Sai3IppIndSaiTxsyncSelectInput
impl Clone for Sai3IppIndSaiTxsyncSelectInput
Source§fn clone(&self) -> Sai3IppIndSaiTxsyncSelectInput
fn clone(&self) -> Sai3IppIndSaiTxsyncSelectInput
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 Default for Sai3IppIndSaiTxsyncSelectInput
impl Default for Sai3IppIndSaiTxsyncSelectInput
Source§fn default() -> Sai3IppIndSaiTxsyncSelectInput
fn default() -> Sai3IppIndSaiTxsyncSelectInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for Sai3IppIndSaiTxsyncSelectInput
impl PartialEq for Sai3IppIndSaiTxsyncSelectInput
Source§fn eq(&self, other: &Sai3IppIndSaiTxsyncSelectInput) -> bool
fn eq(&self, other: &Sai3IppIndSaiTxsyncSelectInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for Sai3IppIndSaiTxsyncSelectInput
impl Eq for Sai3IppIndSaiTxsyncSelectInput
impl StructuralPartialEq for Sai3IppIndSaiTxsyncSelectInput
Auto Trait Implementations§
impl Freeze for Sai3IppIndSaiTxsyncSelectInput
impl RefUnwindSafe for Sai3IppIndSaiTxsyncSelectInput
impl Send for Sai3IppIndSaiTxsyncSelectInput
impl Sync for Sai3IppIndSaiTxsyncSelectInput
impl Unpin for Sai3IppIndSaiTxsyncSelectInput
impl UnwindSafe for Sai3IppIndSaiTxsyncSelectInput
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