pub struct EnableDisable(/* private fields */);Expand description
BACnet enable/disable (Clause 16.4).
Implementations§
Source§impl EnableDisable
impl EnableDisable
pub const ENABLE: Self
pub const DISABLE_INITIATION: Self
Trait Implementations§
Source§impl Clone for EnableDisable
impl Clone for EnableDisable
Source§fn clone(&self) -> EnableDisable
fn clone(&self) -> EnableDisable
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 EnableDisable
impl Debug for EnableDisable
Source§impl Display for EnableDisable
impl Display for EnableDisable
Source§impl Hash for EnableDisable
impl Hash for EnableDisable
Source§impl PartialEq for EnableDisable
impl PartialEq for EnableDisable
impl Copy for EnableDisable
impl Eq for EnableDisable
impl StructuralPartialEq for EnableDisable
Auto Trait Implementations§
impl Freeze for EnableDisable
impl RefUnwindSafe for EnableDisable
impl Send for EnableDisable
impl Sync for EnableDisable
impl Unpin for EnableDisable
impl UnsafeUnpin for EnableDisable
impl UnwindSafe for EnableDisable
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