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