#[repr(transparent)]pub struct Dfestatus(pub u32);
Expand description
DFE status information
Tuple Fields§
§0: u32
Implementations§
Source§impl Dfestatus
impl Dfestatus
Sourcepub const fn switchingstate(&self) -> Switchingstate
pub const fn switchingstate(&self) -> Switchingstate
Internal state of switching state machine
Sourcepub fn set_switchingstate(&mut self, val: Switchingstate)
pub fn set_switchingstate(&mut self, val: Switchingstate)
Internal state of switching state machine
Sourcepub const fn samplingstate(&self) -> Samplingstate
pub const fn samplingstate(&self) -> Samplingstate
Internal state of sampling state machine
Sourcepub fn set_samplingstate(&mut self, val: Samplingstate)
pub fn set_samplingstate(&mut self, val: Samplingstate)
Internal state of sampling state machine
Trait Implementations§
impl Copy for Dfestatus
impl Eq for Dfestatus
impl StructuralPartialEq for Dfestatus
Auto Trait Implementations§
impl Freeze for Dfestatus
impl RefUnwindSafe for Dfestatus
impl Send for Dfestatus
impl Sync for Dfestatus
impl Unpin for Dfestatus
impl UnwindSafe for Dfestatus
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)