#[repr(transparent)]pub struct SystemOff2Code(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl SystemOff2Code
impl SystemOff2Code
pub const DEFAULT: SystemOff2Code
pub const HIBERNATE_OFF: SystemOff2Code
Trait Implementations§
Source§impl Clone for SystemOff2Code
impl Clone for SystemOff2Code
Source§fn clone(&self) -> SystemOff2Code
fn clone(&self) -> SystemOff2Code
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 SystemOff2Code
impl Debug for SystemOff2Code
Source§impl Hash for SystemOff2Code
impl Hash for SystemOff2Code
Source§impl Ord for SystemOff2Code
impl Ord for SystemOff2Code
Source§fn cmp(&self, other: &SystemOff2Code) -> Ordering
fn cmp(&self, other: &SystemOff2Code) -> 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 SystemOff2Code
impl PartialEq for SystemOff2Code
Source§impl PartialOrd for SystemOff2Code
impl PartialOrd for SystemOff2Code
impl Copy for SystemOff2Code
impl Eq for SystemOff2Code
impl StructuralPartialEq for SystemOff2Code
Auto Trait Implementations§
impl Freeze for SystemOff2Code
impl RefUnwindSafe for SystemOff2Code
impl Send for SystemOff2Code
impl Sync for SystemOff2Code
impl Unpin for SystemOff2Code
impl UnwindSafe for SystemOff2Code
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