Enum rk3399_rs::ddr_mon::ddrmon_ctrl::TimerCntEn
source · pub enum TimerCntEn {
B1 = 1,
B0 = 0,
}Expand description
DFI Timer Count Enable
Value on reset: 0
Variants§
Trait Implementations§
source§impl Clone for TimerCntEn
impl Clone for TimerCntEn
source§fn clone(&self) -> TimerCntEn
fn clone(&self) -> TimerCntEn
Returns a copy 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 TimerCntEn
impl Debug for TimerCntEn
source§impl From<TimerCntEn> for bool
impl From<TimerCntEn> for bool
source§fn from(variant: TimerCntEn) -> Self
fn from(variant: TimerCntEn) -> Self
Converts to this type from the input type.
source§impl PartialEq for TimerCntEn
impl PartialEq for TimerCntEn
source§fn eq(&self, other: &TimerCntEn) -> bool
fn eq(&self, other: &TimerCntEn) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for TimerCntEn
impl Eq for TimerCntEn
impl StructuralPartialEq for TimerCntEn
Auto Trait Implementations§
impl Freeze for TimerCntEn
impl RefUnwindSafe for TimerCntEn
impl Send for TimerCntEn
impl Sync for TimerCntEn
impl Unpin for TimerCntEn
impl UnwindSafe for TimerCntEn
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