pub struct TimerTransition(/* private fields */);Expand description
BACnet timer state transition (Clause 12.31, new in 135-2020).
Implementations§
Source§impl TimerTransition
impl TimerTransition
pub const NONE: Self
pub const IDLE_TO_RUNNING: Self
pub const RUNNING_TO_IDLE: Self
pub const RUNNING_TO_RUNNING: Self
pub const RUNNING_TO_EXPIRED: Self
pub const FORCED_TO_EXPIRED: Self
pub const EXPIRED_TO_IDLE: Self
pub const EXPIRED_TO_RUNNING: Self
Trait Implementations§
Source§impl Clone for TimerTransition
impl Clone for TimerTransition
Source§fn clone(&self) -> TimerTransition
fn clone(&self) -> TimerTransition
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 TimerTransition
impl Debug for TimerTransition
Source§impl Display for TimerTransition
impl Display for TimerTransition
Source§impl Hash for TimerTransition
impl Hash for TimerTransition
Source§impl PartialEq for TimerTransition
impl PartialEq for TimerTransition
impl Copy for TimerTransition
impl Eq for TimerTransition
impl StructuralPartialEq for TimerTransition
Auto Trait Implementations§
impl Freeze for TimerTransition
impl RefUnwindSafe for TimerTransition
impl Send for TimerTransition
impl Sync for TimerTransition
impl Unpin for TimerTransition
impl UnsafeUnpin for TimerTransition
impl UnwindSafe for TimerTransition
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