pub struct ShedState(/* private fields */);Expand description
BACnet load control shed state (Clause 12.28).
Implementations§
Source§impl ShedState
impl ShedState
pub const SHED_INACTIVE: Self
pub const SHED_REQUEST_PENDING: Self
pub const SHED_COMPLIANT: Self
pub const SHED_NON_COMPLIANT: Self
Trait Implementations§
impl Copy for ShedState
impl Eq for ShedState
impl StructuralPartialEq for ShedState
Auto Trait Implementations§
impl Freeze for ShedState
impl RefUnwindSafe for ShedState
impl Send for ShedState
impl Sync for ShedState
impl Unpin for ShedState
impl UnsafeUnpin for ShedState
impl UnwindSafe for ShedState
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