pub struct NowSessionMessageKind(pub u8);Expand description
Wrapper for the NOW_SESSION_MSG_CLASS_ID message class.
Tuple Fields§
§0: u8Implementations§
Source§impl NowSessionMessageKind
impl NowSessionMessageKind
Sourcepub const MSGBOX_REQ: Self
pub const MSGBOX_REQ: Self
NOW-PROTO: NOW_SESSION_MSGBOX_REQ_MSG_ID
Sourcepub const MSGBOX_RSP: Self
pub const MSGBOX_RSP: Self
NOW-PROTO: NOW_SESSION_MSGBOX_RSP_MSG_ID
Sourcepub const SET_KBD_LAYOUT: Self
pub const SET_KBD_LAYOUT: Self
NOW-PROTO: NOW_SESSION_SET_KBD_LAYOUT_MSG_ID
Sourcepub const WINDOW_REC_START: Self
pub const WINDOW_REC_START: Self
NOW-PROTO: NOW_SESSION_WINDOW_REC_START_MSG_ID
Sourcepub const WINDOW_REC_STOP: Self
pub const WINDOW_REC_STOP: Self
NOW-PROTO: NOW_SESSION_WINDOW_REC_STOP_MSG_ID
Sourcepub const WINDOW_REC_EVENT: Self
pub const WINDOW_REC_EVENT: Self
NOW-PROTO: NOW_SESSION_WINDOW_REC_EVENT_MSG_ID
Trait Implementations§
Source§impl Clone for NowSessionMessageKind
impl Clone for NowSessionMessageKind
Source§fn clone(&self) -> NowSessionMessageKind
fn clone(&self) -> NowSessionMessageKind
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 NowSessionMessageKind
impl Debug for NowSessionMessageKind
Source§impl PartialEq for NowSessionMessageKind
impl PartialEq for NowSessionMessageKind
impl Eq for NowSessionMessageKind
impl StructuralPartialEq for NowSessionMessageKind
Auto Trait Implementations§
impl Freeze for NowSessionMessageKind
impl RefUnwindSafe for NowSessionMessageKind
impl Send for NowSessionMessageKind
impl Sync for NowSessionMessageKind
impl Unpin for NowSessionMessageKind
impl UnwindSafe for NowSessionMessageKind
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