pub enum FlexspiSramApd {
NoEffect = 0,
ClrPdruncfg1 = 1,
}Expand description
Array power
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for FlexspiSramApd
impl Clone for FlexspiSramApd
Source§fn clone(&self) -> FlexspiSramApd
fn clone(&self) -> FlexspiSramApd
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 moreSource§impl Debug for FlexspiSramApd
impl Debug for FlexspiSramApd
Source§impl From<FlexspiSramApd> for bool
impl From<FlexspiSramApd> for bool
Source§fn from(variant: FlexspiSramApd) -> Self
fn from(variant: FlexspiSramApd) -> Self
Converts to this type from the input type.
Source§impl PartialEq for FlexspiSramApd
impl PartialEq for FlexspiSramApd
impl Copy for FlexspiSramApd
impl Eq for FlexspiSramApd
impl StructuralPartialEq for FlexspiSramApd
Auto Trait Implementations§
impl Freeze for FlexspiSramApd
impl RefUnwindSafe for FlexspiSramApd
impl Send for FlexspiSramApd
impl Sync for FlexspiSramApd
impl Unpin for FlexspiSramApd
impl UnwindSafe for FlexspiSramApd
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