#[repr(u8)]pub enum IppUserResetB {
IPP_USER_RESET_B_0 = 0,
IPP_USER_RESET_B_1 = 1,
}Variants§
IPP_USER_RESET_B_0 = 0
Reset is not a result of the ipp_user_reset_b qualified as COLD reset event.
IPP_USER_RESET_B_1 = 1
Reset is a result of the ipp_user_reset_b qualified as COLD reset event.
Implementations§
Source§impl IppUserResetB
impl IppUserResetB
Trait Implementations§
Source§impl Clone for IppUserResetB
impl Clone for IppUserResetB
Source§fn clone(&self) -> IppUserResetB
fn clone(&self) -> IppUserResetB
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 IppUserResetB
impl Debug for IppUserResetB
Source§impl From<IppUserResetB> for u8
impl From<IppUserResetB> for u8
Source§fn from(val: IppUserResetB) -> u8
fn from(val: IppUserResetB) -> u8
Converts to this type from the input type.
Source§impl From<u8> for IppUserResetB
impl From<u8> for IppUserResetB
Source§fn from(val: u8) -> IppUserResetB
fn from(val: u8) -> IppUserResetB
Converts to this type from the input type.
Source§impl Ord for IppUserResetB
impl Ord for IppUserResetB
Source§fn cmp(&self, other: &IppUserResetB) -> Ordering
fn cmp(&self, other: &IppUserResetB) -> 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 IppUserResetB
impl PartialEq for IppUserResetB
Source§impl PartialOrd for IppUserResetB
impl PartialOrd for IppUserResetB
impl Copy for IppUserResetB
impl Eq for IppUserResetB
impl StructuralPartialEq for IppUserResetB
Auto Trait Implementations§
impl Freeze for IppUserResetB
impl RefUnwindSafe for IppUserResetB
impl Send for IppUserResetB
impl Sync for IppUserResetB
impl Unpin for IppUserResetB
impl UnwindSafe for IppUserResetB
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