#[non_exhaustive]pub struct NowSessionWindowRecStopMsg;Expand description
The NOW_SESSION_WINDOW_REC_STOP_MSG message is used to stop window recording.
NOW_PROTO: NOW_SESSION_WINDOW_REC_STOP_MSG
Trait Implementations§
Source§impl Clone for NowSessionWindowRecStopMsg
impl Clone for NowSessionWindowRecStopMsg
Source§fn clone(&self) -> NowSessionWindowRecStopMsg
fn clone(&self) -> NowSessionWindowRecStopMsg
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 NowSessionWindowRecStopMsg
impl Debug for NowSessionWindowRecStopMsg
Source§impl Decode<'_> for NowSessionWindowRecStopMsg
impl Decode<'_> for NowSessionWindowRecStopMsg
Source§fn decode(src: &mut ReadCursor<'_>) -> DecodeResult<Self>
fn decode(src: &mut ReadCursor<'_>) -> DecodeResult<Self>
Decodes an instance of
Self from the given byte stream. Read moreSource§impl Default for NowSessionWindowRecStopMsg
impl Default for NowSessionWindowRecStopMsg
Source§fn default() -> NowSessionWindowRecStopMsg
fn default() -> NowSessionWindowRecStopMsg
Returns the “default value” for a type. Read more
Source§impl Encode for NowSessionWindowRecStopMsg
impl Encode for NowSessionWindowRecStopMsg
Source§impl From<NowSessionWindowRecStopMsg> for NowMessage<'_>
impl From<NowSessionWindowRecStopMsg> for NowMessage<'_>
Source§fn from(value: NowSessionWindowRecStopMsg) -> Self
fn from(value: NowSessionWindowRecStopMsg) -> Self
Converts to this type from the input type.
impl Eq for NowSessionWindowRecStopMsg
impl StructuralPartialEq for NowSessionWindowRecStopMsg
Auto Trait Implementations§
impl Freeze for NowSessionWindowRecStopMsg
impl RefUnwindSafe for NowSessionWindowRecStopMsg
impl Send for NowSessionWindowRecStopMsg
impl Sync for NowSessionWindowRecStopMsg
impl Unpin for NowSessionWindowRecStopMsg
impl UnwindSafe for NowSessionWindowRecStopMsg
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