pub enum RamaEccEnable {
Disable = 0,
Enable = 1,
}Expand description
RAMA ECC enable
Value on reset: 1
Variants§
Trait Implementations§
Source§impl Clone for RamaEccEnable
impl Clone for RamaEccEnable
Source§fn clone(&self) -> RamaEccEnable
fn clone(&self) -> RamaEccEnable
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RamaEccEnable
Source§impl Debug for RamaEccEnable
impl Debug for RamaEccEnable
impl Eq for RamaEccEnable
Source§impl From<RamaEccEnable> for bool
impl From<RamaEccEnable> for bool
Source§fn from(variant: RamaEccEnable) -> Self
fn from(variant: RamaEccEnable) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RamaEccEnable
impl PartialEq for RamaEccEnable
Source§fn eq(&self, other: &RamaEccEnable) -> bool
fn eq(&self, other: &RamaEccEnable) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RamaEccEnable
Auto Trait Implementations§
impl Freeze for RamaEccEnable
impl RefUnwindSafe for RamaEccEnable
impl Send for RamaEccEnable
impl Sync for RamaEccEnable
impl Unpin for RamaEccEnable
impl UnsafeUnpin for RamaEccEnable
impl UnwindSafe for RamaEccEnable
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