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