pub struct SetSurfaceMuteArgs {
pub track: MediaTrack,
pub is_mute: bool,
}Fields§
§track: MediaTrack§is_mute: boolTrait Implementations§
Source§impl Clone for SetSurfaceMuteArgs
impl Clone for SetSurfaceMuteArgs
Source§fn clone(&self) -> SetSurfaceMuteArgs
fn clone(&self) -> SetSurfaceMuteArgs
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 SetSurfaceMuteArgs
Source§impl Debug for SetSurfaceMuteArgs
impl Debug for SetSurfaceMuteArgs
impl Eq for SetSurfaceMuteArgs
Source§impl Hash for SetSurfaceMuteArgs
impl Hash for SetSurfaceMuteArgs
Source§impl PartialEq for SetSurfaceMuteArgs
impl PartialEq for SetSurfaceMuteArgs
Source§fn eq(&self, other: &SetSurfaceMuteArgs) -> bool
fn eq(&self, other: &SetSurfaceMuteArgs) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SetSurfaceMuteArgs
Auto Trait Implementations§
impl !Send for SetSurfaceMuteArgs
impl !Sync for SetSurfaceMuteArgs
impl Freeze for SetSurfaceMuteArgs
impl RefUnwindSafe for SetSurfaceMuteArgs
impl Unpin for SetSurfaceMuteArgs
impl UnsafeUnpin for SetSurfaceMuteArgs
impl UnwindSafe for SetSurfaceMuteArgs
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