pub struct LightingOperation(/* private fields */);Expand description
BACnet lighting operation (Clause 12.54).
Implementations§
Source§impl LightingOperation
impl LightingOperation
pub const NONE: Self
pub const FADE_TO: Self
pub const RAMP_TO: Self
pub const STEP_UP: Self
pub const STEP_DOWN: Self
pub const STEP_ON: Self
pub const STEP_OFF: Self
pub const WARN: Self
pub const WARN_OFF: Self
pub const WARN_RELINQUISH: Self
pub const STOP: Self
Trait Implementations§
Source§impl Clone for LightingOperation
impl Clone for LightingOperation
Source§fn clone(&self) -> LightingOperation
fn clone(&self) -> LightingOperation
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 LightingOperation
impl Debug for LightingOperation
Source§impl Display for LightingOperation
impl Display for LightingOperation
Source§impl Hash for LightingOperation
impl Hash for LightingOperation
Source§impl PartialEq for LightingOperation
impl PartialEq for LightingOperation
impl Copy for LightingOperation
impl Eq for LightingOperation
impl StructuralPartialEq for LightingOperation
Auto Trait Implementations§
impl Freeze for LightingOperation
impl RefUnwindSafe for LightingOperation
impl Send for LightingOperation
impl Sync for LightingOperation
impl Unpin for LightingOperation
impl UnsafeUnpin for LightingOperation
impl UnwindSafe for LightingOperation
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