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