pub struct DeviceStatus(/* private fields */);Expand description
BACnet device status (Clause 12.11.9).
Implementations§
Source§impl DeviceStatus
impl DeviceStatus
pub const OPERATIONAL: Self
pub const OPERATIONAL_READ_ONLY: Self
pub const DOWNLOAD_REQUIRED: Self
pub const DOWNLOAD_IN_PROGRESS: Self
pub const NON_OPERATIONAL: Self
pub const BACKUP_IN_PROGRESS: Self
Trait Implementations§
Source§impl Clone for DeviceStatus
impl Clone for DeviceStatus
Source§fn clone(&self) -> DeviceStatus
fn clone(&self) -> DeviceStatus
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 DeviceStatus
impl Debug for DeviceStatus
Source§impl Display for DeviceStatus
impl Display for DeviceStatus
Source§impl Hash for DeviceStatus
impl Hash for DeviceStatus
Source§impl PartialEq for DeviceStatus
impl PartialEq for DeviceStatus
impl Copy for DeviceStatus
impl Eq for DeviceStatus
impl StructuralPartialEq for DeviceStatus
Auto Trait Implementations§
impl Freeze for DeviceStatus
impl RefUnwindSafe for DeviceStatus
impl Send for DeviceStatus
impl Sync for DeviceStatus
impl Unpin for DeviceStatus
impl UnsafeUnpin for DeviceStatus
impl UnwindSafe for DeviceStatus
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