#[repr(u8)]pub enum Pdsleepcfg2SramIf3Apd {
ENABLED = 0,
POWER_DOWN = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for Pdsleepcfg2SramIf3Apd
impl Clone for Pdsleepcfg2SramIf3Apd
Source§fn clone(&self) -> Pdsleepcfg2SramIf3Apd
fn clone(&self) -> Pdsleepcfg2SramIf3Apd
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 Pdsleepcfg2SramIf3Apd
impl Debug for Pdsleepcfg2SramIf3Apd
Source§impl From<Pdsleepcfg2SramIf3Apd> for u8
impl From<Pdsleepcfg2SramIf3Apd> for u8
Source§fn from(val: Pdsleepcfg2SramIf3Apd) -> u8
fn from(val: Pdsleepcfg2SramIf3Apd) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Pdsleepcfg2SramIf3Apd
impl From<u8> for Pdsleepcfg2SramIf3Apd
Source§fn from(val: u8) -> Pdsleepcfg2SramIf3Apd
fn from(val: u8) -> Pdsleepcfg2SramIf3Apd
Converts to this type from the input type.
Source§impl Ord for Pdsleepcfg2SramIf3Apd
impl Ord for Pdsleepcfg2SramIf3Apd
Source§fn cmp(&self, other: &Pdsleepcfg2SramIf3Apd) -> Ordering
fn cmp(&self, other: &Pdsleepcfg2SramIf3Apd) -> 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 Pdsleepcfg2SramIf3Apd
impl PartialEq for Pdsleepcfg2SramIf3Apd
Source§impl PartialOrd for Pdsleepcfg2SramIf3Apd
impl PartialOrd for Pdsleepcfg2SramIf3Apd
impl Copy for Pdsleepcfg2SramIf3Apd
impl Eq for Pdsleepcfg2SramIf3Apd
impl StructuralPartialEq for Pdsleepcfg2SramIf3Apd
Auto Trait Implementations§
impl Freeze for Pdsleepcfg2SramIf3Apd
impl RefUnwindSafe for Pdsleepcfg2SramIf3Apd
impl Send for Pdsleepcfg2SramIf3Apd
impl Sync for Pdsleepcfg2SramIf3Apd
impl Unpin for Pdsleepcfg2SramIf3Apd
impl UnwindSafe for Pdsleepcfg2SramIf3Apd
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