pub enum FUNCRETENA_A {
DISABLE = 0,
ENABLE = 1,
}Expand description
functional retention in power down only.
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for FUNCRETENA_A
impl Clone for FUNCRETENA_A
Source§fn clone(&self) -> FUNCRETENA_A
fn clone(&self) -> FUNCRETENA_A
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 moreSource§impl Debug for FUNCRETENA_A
impl Debug for FUNCRETENA_A
Source§impl From<FUNCRETENA_A> for bool
impl From<FUNCRETENA_A> for bool
Source§fn from(variant: FUNCRETENA_A) -> Self
fn from(variant: FUNCRETENA_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for FUNCRETENA_A
impl PartialEq for FUNCRETENA_A
Source§fn eq(&self, other: &FUNCRETENA_A) -> bool
fn eq(&self, other: &FUNCRETENA_A) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for FUNCRETENA_A
impl Eq for FUNCRETENA_A
impl StructuralPartialEq for FUNCRETENA_A
Auto Trait Implementations§
impl Freeze for FUNCRETENA_A
impl RefUnwindSafe for FUNCRETENA_A
impl Send for FUNCRETENA_A
impl Sync for FUNCRETENA_A
impl Unpin for FUNCRETENA_A
impl UnsafeUnpin for FUNCRETENA_A
impl UnwindSafe for FUNCRETENA_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