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