pub struct ScreencastFrameEventParams {
pub data: u8,
pub metadata: ScreencastFrameMetadata,
pub session_id: JsUInt,
}Fields§
§data: u8§metadata: ScreencastFrameMetadata§session_id: JsUIntTrait Implementations§
Source§impl Clone for ScreencastFrameEventParams
impl Clone for ScreencastFrameEventParams
Source§fn clone(&self) -> ScreencastFrameEventParams
fn clone(&self) -> ScreencastFrameEventParams
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 ScreencastFrameEventParams
impl Debug for ScreencastFrameEventParams
Source§impl<'de> Deserialize<'de> for ScreencastFrameEventParams
impl<'de> Deserialize<'de> for ScreencastFrameEventParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for ScreencastFrameEventParams
Auto Trait Implementations§
impl Freeze for ScreencastFrameEventParams
impl RefUnwindSafe for ScreencastFrameEventParams
impl Send for ScreencastFrameEventParams
impl Sync for ScreencastFrameEventParams
impl Unpin for ScreencastFrameEventParams
impl UnwindSafe for ScreencastFrameEventParams
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