#[repr(u16)]pub enum GroupEventType {
GroupValueRead = 0,
GroupValueResponse = 64,
GroupValueWrite = 128,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for GroupEventType
impl Clone for GroupEventType
Source§fn clone(&self) -> GroupEventType
fn clone(&self) -> GroupEventType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GroupEventType
Source§impl Debug for GroupEventType
impl Debug for GroupEventType
Source§impl PartialEq for GroupEventType
impl PartialEq for GroupEventType
Source§fn eq(&self, other: &GroupEventType) -> bool
fn eq(&self, other: &GroupEventType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GroupEventType
Auto Trait Implementations§
impl Freeze for GroupEventType
impl RefUnwindSafe for GroupEventType
impl Send for GroupEventType
impl Sync for GroupEventType
impl Unpin for GroupEventType
impl UnsafeUnpin for GroupEventType
impl UnwindSafe for GroupEventType
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