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