Struct x11rb_protocol::protocol::sync::ALARMSTATE
source · pub struct ALARMSTATE(/* private fields */);
Implementations§
Trait Implementations§
source§impl Clone for ALARMSTATE
impl Clone for ALARMSTATE
source§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 moresource§impl Debug for ALARMSTATE
impl Debug for ALARMSTATE
source§impl Default for ALARMSTATE
impl Default for ALARMSTATE
source§fn default() -> ALARMSTATE
fn default() -> ALARMSTATE
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ALARMSTATE
impl<'de> Deserialize<'de> for ALARMSTATE
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<ALARMSTATE> for Option<u16>
impl From<ALARMSTATE> for Option<u16>
source§fn from(input: ALARMSTATE) -> Self
fn from(input: ALARMSTATE) -> Self
Converts to this type from the input type.
source§impl From<ALARMSTATE> for Option<u32>
impl From<ALARMSTATE> for Option<u32>
source§fn from(input: ALARMSTATE) -> Self
fn from(input: ALARMSTATE) -> Self
Converts to this type from the input type.
source§impl From<ALARMSTATE> for Option<u8>
impl From<ALARMSTATE> for Option<u8>
source§fn from(input: ALARMSTATE) -> Self
fn from(input: ALARMSTATE) -> Self
Converts to this type from the input type.
source§impl From<ALARMSTATE> for u16
impl From<ALARMSTATE> for u16
source§fn from(input: ALARMSTATE) -> Self
fn from(input: ALARMSTATE) -> Self
Converts to this type from the input type.
source§impl From<ALARMSTATE> for u32
impl From<ALARMSTATE> for u32
source§fn from(input: ALARMSTATE) -> Self
fn from(input: ALARMSTATE) -> Self
Converts to this type from the input type.
source§impl From<ALARMSTATE> for u8
impl From<ALARMSTATE> for u8
source§fn from(input: ALARMSTATE) -> Self
fn from(input: ALARMSTATE) -> Self
Converts to this type from the input type.
source§impl From<u8> for ALARMSTATE
impl From<u8> for ALARMSTATE
source§impl Hash for ALARMSTATE
impl Hash for ALARMSTATE
source§impl Ord for ALARMSTATE
impl Ord for ALARMSTATE
source§fn cmp(&self, other: &ALARMSTATE) -> Ordering
fn cmp(&self, other: &ALARMSTATE) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for ALARMSTATE
impl PartialEq for ALARMSTATE
source§fn eq(&self, other: &ALARMSTATE) -> bool
fn eq(&self, other: &ALARMSTATE) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ALARMSTATE
impl PartialOrd for ALARMSTATE
source§fn partial_cmp(&self, other: &ALARMSTATE) -> Option<Ordering>
fn partial_cmp(&self, other: &ALARMSTATE) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl Serialize for ALARMSTATE
impl Serialize 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