pub struct StreamCaptureInfo {
pub status: StreamCaptureStatus,
pub id: u64,
}Fields§
§status: StreamCaptureStatus§id: u64Trait Implementations§
Source§impl Clone for StreamCaptureInfo
impl Clone for StreamCaptureInfo
Source§fn clone(&self) -> StreamCaptureInfo
fn clone(&self) -> StreamCaptureInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StreamCaptureInfo
Source§impl Debug for StreamCaptureInfo
impl Debug for StreamCaptureInfo
impl Eq for StreamCaptureInfo
Source§impl Hash for StreamCaptureInfo
impl Hash for StreamCaptureInfo
Source§impl PartialEq for StreamCaptureInfo
impl PartialEq for StreamCaptureInfo
Source§fn eq(&self, other: &StreamCaptureInfo) -> bool
fn eq(&self, other: &StreamCaptureInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StreamCaptureInfo
Auto Trait Implementations§
impl Freeze for StreamCaptureInfo
impl RefUnwindSafe for StreamCaptureInfo
impl Send for StreamCaptureInfo
impl Sync for StreamCaptureInfo
impl Unpin for StreamCaptureInfo
impl UnsafeUnpin for StreamCaptureInfo
impl UnwindSafe for StreamCaptureInfo
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