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