pub struct StopScreencastParams {}Expand description
Stops sending each frame in the screencastFrame.
stopScreencast
Trait Implementations§
Source§impl Clone for StopScreencastParams
impl Clone for StopScreencastParams
Source§fn clone(&self) -> StopScreencastParams
fn clone(&self) -> StopScreencastParams
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 StopScreencastParams
impl Debug for StopScreencastParams
Source§impl<'de> Deserialize<'de> for StopScreencastParams
impl<'de> Deserialize<'de> for StopScreencastParams
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
Source§impl PartialEq for StopScreencastParams
impl PartialEq for StopScreencastParams
Source§impl Serialize for StopScreencastParams
impl Serialize for StopScreencastParams
impl StructuralPartialEq for StopScreencastParams
Auto Trait Implementations§
impl Freeze for StopScreencastParams
impl RefUnwindSafe for StopScreencastParams
impl Send for StopScreencastParams
impl Sync for StopScreencastParams
impl Unpin for StopScreencastParams
impl UnsafeUnpin for StopScreencastParams
impl UnwindSafe for StopScreencastParams
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