pub enum IffSystemMode {
NoStatement,
Off,
Standby,
Normal,
Emergency,
LowOrLowSensitivity,
Unspecified(u8),
}Expand description
UID 84
Variants§
Trait Implementations§
Source§impl Clone for IffSystemMode
impl Clone for IffSystemMode
Source§fn clone(&self) -> IffSystemMode
fn clone(&self) -> IffSystemMode
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 IffSystemMode
impl Debug for IffSystemMode
Source§impl Default for IffSystemMode
impl Default for IffSystemMode
Source§impl Display for IffSystemMode
impl Display for IffSystemMode
Source§impl From<IffSystemMode> for u8
impl From<IffSystemMode> for u8
Source§fn from(value: IffSystemMode) -> Self
fn from(value: IffSystemMode) -> Self
Converts to this type from the input type.
Source§impl From<u8> for IffSystemMode
impl From<u8> for IffSystemMode
Source§impl Hash for IffSystemMode
impl Hash for IffSystemMode
Source§impl PartialEq for IffSystemMode
impl PartialEq for IffSystemMode
impl Copy for IffSystemMode
impl Eq for IffSystemMode
impl StructuralPartialEq for IffSystemMode
Auto Trait Implementations§
impl Freeze for IffSystemMode
impl RefUnwindSafe for IffSystemMode
impl Send for IffSystemMode
impl Sync for IffSystemMode
impl Unpin for IffSystemMode
impl UnwindSafe for IffSystemMode
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