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 · 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 SetSurfaceMuteArgs
impl Debug for SetSurfaceMuteArgs
Source§impl Hash for SetSurfaceMuteArgs
impl Hash for SetSurfaceMuteArgs
Source§impl PartialEq for SetSurfaceMuteArgs
impl PartialEq for SetSurfaceMuteArgs
impl Copy for SetSurfaceMuteArgs
impl Eq for SetSurfaceMuteArgs
impl StructuralPartialEq for SetSurfaceMuteArgs
Auto Trait Implementations§
impl Freeze for SetSurfaceMuteArgs
impl RefUnwindSafe for SetSurfaceMuteArgs
impl !Send for SetSurfaceMuteArgs
impl !Sync for SetSurfaceMuteArgs
impl Unpin 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