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