pub struct EventState(/* private fields */);Expand description
BACnet event state (Clause 12).
Implementations§
Source§impl EventState
impl EventState
Trait Implementations§
Source§impl Clone for EventState
impl Clone for EventState
Source§fn clone(&self) -> EventState
fn clone(&self) -> EventState
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 EventState
impl Debug for EventState
Source§impl Display for EventState
impl Display for EventState
Source§impl Hash for EventState
impl Hash for EventState
Source§impl PartialEq for EventState
impl PartialEq for EventState
impl Copy for EventState
impl Eq for EventState
impl StructuralPartialEq for EventState
Auto Trait Implementations§
impl Freeze for EventState
impl RefUnwindSafe for EventState
impl Send for EventState
impl Sync for EventState
impl Unpin for EventState
impl UnsafeUnpin for EventState
impl UnwindSafe for EventState
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