Struct ALARMSTATE
pub struct ALARMSTATE(/* private fields */);
Implementations§
§impl ALARMSTATE
impl ALARMSTATE
pub const ACTIVE: ALARMSTATE = _
pub const INACTIVE: ALARMSTATE = _
pub const DESTROYED: ALARMSTATE = _
Trait Implementations§
§impl Clone for ALARMSTATE
impl Clone for ALARMSTATE
§fn clone(&self) -> ALARMSTATE
fn clone(&self) -> ALARMSTATE
Returns a copy 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 more§impl Debug for ALARMSTATE
impl Debug for ALARMSTATE
§impl Default for ALARMSTATE
impl Default for ALARMSTATE
§fn default() -> ALARMSTATE
fn default() -> ALARMSTATE
Returns the “default value” for a type. Read more
§impl From<u8> for ALARMSTATE
impl From<u8> for ALARMSTATE
§fn from(value: u8) -> ALARMSTATE
fn from(value: u8) -> ALARMSTATE
Converts to this type from the input type.
§impl Hash for ALARMSTATE
impl Hash for ALARMSTATE
§impl Ord for ALARMSTATE
impl Ord for ALARMSTATE
§impl PartialEq for ALARMSTATE
impl PartialEq for ALARMSTATE
§impl PartialOrd for ALARMSTATE
impl PartialOrd for ALARMSTATE
impl Copy for ALARMSTATE
impl Eq for ALARMSTATE
impl StructuralPartialEq for ALARMSTATE
Auto Trait Implementations§
impl Freeze for ALARMSTATE
impl RefUnwindSafe for ALARMSTATE
impl Send for ALARMSTATE
impl Sync for ALARMSTATE
impl Unpin for ALARMSTATE
impl UnwindSafe for ALARMSTATE
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)