Enum embedded_bacnet::common::spec::StatusFlags
source · pub enum StatusFlags {
InAlarm,
Fault,
Overridden,
OutOfService,
}Variants§
Trait Implementations§
source§impl<R: Into<FlagSet<StatusFlags>>> BitAnd<R> for StatusFlags
impl<R: Into<FlagSet<StatusFlags>>> BitAnd<R> for StatusFlags
source§impl<R: Into<FlagSet<StatusFlags>>> BitOr<R> for StatusFlags
impl<R: Into<FlagSet<StatusFlags>>> BitOr<R> for StatusFlags
source§impl<R: Into<FlagSet<StatusFlags>>> BitXor<R> for StatusFlags
impl<R: Into<FlagSet<StatusFlags>>> BitXor<R> for StatusFlags
source§impl Clone for StatusFlags
impl Clone for StatusFlags
source§fn clone(&self) -> StatusFlags
fn clone(&self) -> StatusFlags
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 StatusFlags
impl Debug for StatusFlags
source§impl From<StatusFlags> for FlagSet<StatusFlags>
impl From<StatusFlags> for FlagSet<StatusFlags>
source§fn from(value: StatusFlags) -> Self
fn from(value: StatusFlags) -> Self
Converts to this type from the input type.
source§impl Not for StatusFlags
impl Not for StatusFlags
source§impl PartialEq for StatusFlags
impl PartialEq for StatusFlags
source§fn eq(&self, other: &StatusFlags) -> bool
fn eq(&self, other: &StatusFlags) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl<R: Into<FlagSet<StatusFlags>>> Rem<R> for StatusFlags
impl<R: Into<FlagSet<StatusFlags>>> Rem<R> for StatusFlags
source§impl<R: Into<FlagSet<StatusFlags>>> Sub<R> for StatusFlags
impl<R: Into<FlagSet<StatusFlags>>> Sub<R> for StatusFlags
impl Copy for StatusFlags
impl Eq for StatusFlags
impl StructuralEq for StatusFlags
impl StructuralPartialEq for StatusFlags
Auto Trait Implementations§
impl RefUnwindSafe for StatusFlags
impl Send for StatusFlags
impl Sync for StatusFlags
impl Unpin for StatusFlags
impl UnwindSafe for StatusFlags
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