#[repr(transparent)]pub struct ChangePersistThroughPowerLoss(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl ChangePersistThroughPowerLoss
impl ChangePersistThroughPowerLoss
pub const NO_CHANGE: ChangePersistThroughPowerLoss
pub const CLEAR: ChangePersistThroughPowerLoss
pub const SET: ChangePersistThroughPowerLoss
Trait Implementations§
Source§impl Clone for ChangePersistThroughPowerLoss
impl Clone for ChangePersistThroughPowerLoss
Source§fn clone(&self) -> ChangePersistThroughPowerLoss
fn clone(&self) -> ChangePersistThroughPowerLoss
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 Hash for ChangePersistThroughPowerLoss
impl Hash for ChangePersistThroughPowerLoss
Source§impl Ord for ChangePersistThroughPowerLoss
impl Ord for ChangePersistThroughPowerLoss
Source§fn cmp(&self, other: &ChangePersistThroughPowerLoss) -> Ordering
fn cmp(&self, other: &ChangePersistThroughPowerLoss) -> 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 ChangePersistThroughPowerLoss
impl PartialEq for ChangePersistThroughPowerLoss
Source§fn eq(&self, other: &ChangePersistThroughPowerLoss) -> bool
fn eq(&self, other: &ChangePersistThroughPowerLoss) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for ChangePersistThroughPowerLoss
impl PartialOrd for ChangePersistThroughPowerLoss
impl Copy for ChangePersistThroughPowerLoss
impl Eq for ChangePersistThroughPowerLoss
impl StructuralPartialEq for ChangePersistThroughPowerLoss
Auto Trait Implementations§
impl Freeze for ChangePersistThroughPowerLoss
impl RefUnwindSafe for ChangePersistThroughPowerLoss
impl Send for ChangePersistThroughPowerLoss
impl Sync for ChangePersistThroughPowerLoss
impl Unpin for ChangePersistThroughPowerLoss
impl UnwindSafe for ChangePersistThroughPowerLoss
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