pub struct SilencedState(/* private fields */);Expand description
Silenced state for a life safety point/zone (Clause 12.15.14).
Implementations§
Source§impl SilencedState
impl SilencedState
pub const UNSILENCED: Self
pub const AUDIBLE_SILENCED: Self
pub const VISIBLE_SILENCED: Self
pub const ALL_SILENCED: Self
Trait Implementations§
Source§impl Clone for SilencedState
impl Clone for SilencedState
Source§fn clone(&self) -> SilencedState
fn clone(&self) -> SilencedState
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 SilencedState
impl Debug for SilencedState
Source§impl Display for SilencedState
impl Display for SilencedState
Source§impl Hash for SilencedState
impl Hash for SilencedState
Source§impl PartialEq for SilencedState
impl PartialEq for SilencedState
impl Copy for SilencedState
impl Eq for SilencedState
impl StructuralPartialEq for SilencedState
Auto Trait Implementations§
impl Freeze for SilencedState
impl RefUnwindSafe for SilencedState
impl Send for SilencedState
impl Sync for SilencedState
impl Unpin for SilencedState
impl UnsafeUnpin for SilencedState
impl UnwindSafe for SilencedState
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