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