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