#[repr(u8)]pub enum Pdsleepcfg2SramIf10Apd {
ENABLED = 0,
POWER_DOWN = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for Pdsleepcfg2SramIf10Apd
impl Clone for Pdsleepcfg2SramIf10Apd
Source§fn clone(&self) -> Pdsleepcfg2SramIf10Apd
fn clone(&self) -> Pdsleepcfg2SramIf10Apd
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 Pdsleepcfg2SramIf10Apd
impl Debug for Pdsleepcfg2SramIf10Apd
Source§impl From<Pdsleepcfg2SramIf10Apd> for u8
impl From<Pdsleepcfg2SramIf10Apd> for u8
Source§fn from(val: Pdsleepcfg2SramIf10Apd) -> u8
fn from(val: Pdsleepcfg2SramIf10Apd) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Pdsleepcfg2SramIf10Apd
impl From<u8> for Pdsleepcfg2SramIf10Apd
Source§fn from(val: u8) -> Pdsleepcfg2SramIf10Apd
fn from(val: u8) -> Pdsleepcfg2SramIf10Apd
Converts to this type from the input type.
Source§impl Ord for Pdsleepcfg2SramIf10Apd
impl Ord for Pdsleepcfg2SramIf10Apd
Source§fn cmp(&self, other: &Pdsleepcfg2SramIf10Apd) -> Ordering
fn cmp(&self, other: &Pdsleepcfg2SramIf10Apd) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Pdsleepcfg2SramIf10Apd
impl PartialEq for Pdsleepcfg2SramIf10Apd
Source§impl PartialOrd for Pdsleepcfg2SramIf10Apd
impl PartialOrd for Pdsleepcfg2SramIf10Apd
impl Copy for Pdsleepcfg2SramIf10Apd
impl Eq for Pdsleepcfg2SramIf10Apd
impl StructuralPartialEq for Pdsleepcfg2SramIf10Apd
Auto Trait Implementations§
impl Freeze for Pdsleepcfg2SramIf10Apd
impl RefUnwindSafe for Pdsleepcfg2SramIf10Apd
impl Send for Pdsleepcfg2SramIf10Apd
impl Sync for Pdsleepcfg2SramIf10Apd
impl Unpin for Pdsleepcfg2SramIf10Apd
impl UnwindSafe for Pdsleepcfg2SramIf10Apd
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