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