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