pub enum BACnetPropertyStates {
}Expand description
BACnet Property States — CHOICE type with 40+ variants. We represent common variants typed, uncommon as raw bytes.
Variants§
BooleanValue(bool)
BinaryValue(u32)
EventType(u32)
Polarity(u32)
ProgramChange(u32)
ProgramState(u32)
ReasonForHalt(u32)
Reliability(u32)
State(u32)
SystemStatus(u32)
Units(u32)
LifeSafetyMode(u32)
LifeSafetyState(u32)
Other
Catch-all for uncommon variants.
Trait Implementations§
Source§impl Clone for BACnetPropertyStates
impl Clone for BACnetPropertyStates
Source§fn clone(&self) -> BACnetPropertyStates
fn clone(&self) -> BACnetPropertyStates
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 BACnetPropertyStates
impl Debug for BACnetPropertyStates
Source§impl PartialEq for BACnetPropertyStates
impl PartialEq for BACnetPropertyStates
impl StructuralPartialEq for BACnetPropertyStates
Auto Trait Implementations§
impl Freeze for BACnetPropertyStates
impl RefUnwindSafe for BACnetPropertyStates
impl Send for BACnetPropertyStates
impl Sync for BACnetPropertyStates
impl Unpin for BACnetPropertyStates
impl UnsafeUnpin for BACnetPropertyStates
impl UnwindSafe for BACnetPropertyStates
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