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