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