Enum rk3399_pac::pmu::pwrdn_status::PdA53L3PwrStat
source · pub enum PdA53L3PwrStat {
B0 = 0,
B1 = 1,
}
Expand description
pd_a53_l3 power state
Value on reset: 0
Variants§
Trait Implementations§
source§impl Clone for PdA53L3PwrStat
impl Clone for PdA53L3PwrStat
source§fn clone(&self) -> PdA53L3PwrStat
fn clone(&self) -> PdA53L3PwrStat
Returns a copy 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 PdA53L3PwrStat
impl Debug for PdA53L3PwrStat
source§impl From<PdA53L3PwrStat> for bool
impl From<PdA53L3PwrStat> for bool
source§fn from(variant: PdA53L3PwrStat) -> Self
fn from(variant: PdA53L3PwrStat) -> Self
Converts to this type from the input type.
source§impl PartialEq for PdA53L3PwrStat
impl PartialEq for PdA53L3PwrStat
source§fn eq(&self, other: &PdA53L3PwrStat) -> bool
fn eq(&self, other: &PdA53L3PwrStat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PdA53L3PwrStat
impl Eq for PdA53L3PwrStat
impl StructuralPartialEq for PdA53L3PwrStat
Auto Trait Implementations§
impl Freeze for PdA53L3PwrStat
impl RefUnwindSafe for PdA53L3PwrStat
impl Send for PdA53L3PwrStat
impl Sync for PdA53L3PwrStat
impl Unpin for PdA53L3PwrStat
impl UnwindSafe for PdA53L3PwrStat
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