Enum SramlReten
pub enum SramlReten {
_0 = 0,
_1 = 1,
}Expand description
SRAML_RETEN
Value on reset: 1
Variants§
Trait Implementations§
§impl Clone for SramlReten
impl Clone for SramlReten
§fn clone(&self) -> SramlReten
fn clone(&self) -> SramlReten
Returns a duplicate 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 more§impl Debug for SramlReten
impl Debug for SramlReten
§impl Format for SramlReten
impl Format for SramlReten
§impl From<SramlReten> for bool
impl From<SramlReten> for bool
§fn from(variant: SramlReten) -> Self
fn from(variant: SramlReten) -> Self
Converts to this type from the input type.
§impl PartialEq for SramlReten
impl PartialEq for SramlReten
impl Copy for SramlReten
impl Eq for SramlReten
impl StructuralPartialEq for SramlReten
Auto Trait Implementations§
impl Freeze for SramlReten
impl RefUnwindSafe for SramlReten
impl Send for SramlReten
impl Sync for SramlReten
impl Unpin for SramlReten
impl UnwindSafe for SramlReten
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