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