#[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 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 GroupEventType
impl Debug for GroupEventType
Source§impl PartialEq for GroupEventType
impl PartialEq for GroupEventType
impl Copy for GroupEventType
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 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