pub struct LightingInProgress(/* private fields */);Expand description
BACnet lighting in-progress state (Clause 12.54).
Implementations§
Source§impl LightingInProgress
impl LightingInProgress
pub const IDLE: Self
pub const FADE_ACTIVE: Self
pub const RAMP_ACTIVE: Self
pub const NOT_CONTROLLED: Self
pub const OTHER: Self
Trait Implementations§
Source§impl Clone for LightingInProgress
impl Clone for LightingInProgress
Source§fn clone(&self) -> LightingInProgress
fn clone(&self) -> LightingInProgress
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 LightingInProgress
impl Debug for LightingInProgress
Source§impl Display for LightingInProgress
impl Display for LightingInProgress
Source§impl Hash for LightingInProgress
impl Hash for LightingInProgress
Source§impl PartialEq for LightingInProgress
impl PartialEq for LightingInProgress
impl Copy for LightingInProgress
impl Eq for LightingInProgress
impl StructuralPartialEq for LightingInProgress
Auto Trait Implementations§
impl Freeze for LightingInProgress
impl RefUnwindSafe for LightingInProgress
impl Send for LightingInProgress
impl Sync for LightingInProgress
impl Unpin for LightingInProgress
impl UnsafeUnpin for LightingInProgress
impl UnwindSafe for LightingInProgress
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