pub enum RAMBLOCK3_A {
OFF = 0,
ON = 1,
}
Expand description
RAM block 3 is on or off/powering up
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for RAMBLOCK3_A
impl Clone for RAMBLOCK3_A
Source§fn clone(&self) -> RAMBLOCK3_A
fn clone(&self) -> RAMBLOCK3_A
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 RAMBLOCK3_A
impl Debug for RAMBLOCK3_A
Source§impl From<RAMBLOCK3_A> for bool
impl From<RAMBLOCK3_A> for bool
Source§fn from(variant: RAMBLOCK3_A) -> Self
fn from(variant: RAMBLOCK3_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RAMBLOCK3_A
impl PartialEq for RAMBLOCK3_A
impl Copy for RAMBLOCK3_A
impl StructuralPartialEq for RAMBLOCK3_A
Auto Trait Implementations§
impl Freeze for RAMBLOCK3_A
impl RefUnwindSafe for RAMBLOCK3_A
impl Send for RAMBLOCK3_A
impl Sync for RAMBLOCK3_A
impl Unpin for RAMBLOCK3_A
impl UnwindSafe for RAMBLOCK3_A
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