pub enum NegiconMessageType {
Nop = 0,
Ping = 1,
ModuleEventShort = 2,
ModuleEventLong = 3,
ModuleEventDouble = 4,
}Variants§
Trait Implementations§
Source§impl Clone for NegiconMessageType
impl Clone for NegiconMessageType
Source§fn clone(&self) -> NegiconMessageType
fn clone(&self) -> NegiconMessageType
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 NegiconMessageType
impl Debug for NegiconMessageType
Source§impl PartialEq for NegiconMessageType
impl PartialEq for NegiconMessageType
impl Copy for NegiconMessageType
impl StructuralPartialEq for NegiconMessageType
Auto Trait Implementations§
impl Freeze for NegiconMessageType
impl RefUnwindSafe for NegiconMessageType
impl Send for NegiconMessageType
impl Sync for NegiconMessageType
impl Unpin for NegiconMessageType
impl UnwindSafe for NegiconMessageType
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