#[repr(u8)]pub enum SctrlEvent {
NORMAL_MODE = 0,
IBI = 1,
MASTER_REQUEST = 2,
HOT_JOIN_REQUEST = 3,
}Variants§
NORMAL_MODE = 0
NORMAL_MODE
IBI = 1
IBI
MASTER_REQUEST = 2
CONTROLLER_REQUEST
HOT_JOIN_REQUEST = 3
HOT_JOIN_REQUEST
Implementations§
Source§impl SctrlEvent
impl SctrlEvent
Trait Implementations§
Source§impl Clone for SctrlEvent
impl Clone for SctrlEvent
Source§fn clone(&self) -> SctrlEvent
fn clone(&self) -> SctrlEvent
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 SctrlEvent
impl Debug for SctrlEvent
Source§impl From<SctrlEvent> for u8
impl From<SctrlEvent> for u8
Source§fn from(val: SctrlEvent) -> u8
fn from(val: SctrlEvent) -> u8
Converts to this type from the input type.
Source§impl From<u8> for SctrlEvent
impl From<u8> for SctrlEvent
Source§fn from(val: u8) -> SctrlEvent
fn from(val: u8) -> SctrlEvent
Converts to this type from the input type.
Source§impl Ord for SctrlEvent
impl Ord for SctrlEvent
Source§fn cmp(&self, other: &SctrlEvent) -> Ordering
fn cmp(&self, other: &SctrlEvent) -> 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 SctrlEvent
impl PartialEq for SctrlEvent
Source§impl PartialOrd for SctrlEvent
impl PartialOrd for SctrlEvent
impl Copy for SctrlEvent
impl Eq for SctrlEvent
impl StructuralPartialEq for SctrlEvent
Auto Trait Implementations§
impl Freeze for SctrlEvent
impl RefUnwindSafe for SctrlEvent
impl Send for SctrlEvent
impl Sync for SctrlEvent
impl Unpin for SctrlEvent
impl UnwindSafe for SctrlEvent
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