pub struct ExtSetFxEnabledArgs {
pub track: MediaTrack,
pub fx_location: VersionDependentTrackFxLocation,
pub is_enabled: bool,
}Fields§
§track: MediaTrack§fx_location: VersionDependentTrackFxLocation§is_enabled: boolTrait Implementations§
Source§impl Clone for ExtSetFxEnabledArgs
impl Clone for ExtSetFxEnabledArgs
Source§fn clone(&self) -> ExtSetFxEnabledArgs
fn clone(&self) -> ExtSetFxEnabledArgs
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 ExtSetFxEnabledArgs
impl Debug for ExtSetFxEnabledArgs
Source§impl Hash for ExtSetFxEnabledArgs
impl Hash for ExtSetFxEnabledArgs
Source§impl PartialEq for ExtSetFxEnabledArgs
impl PartialEq for ExtSetFxEnabledArgs
impl Copy for ExtSetFxEnabledArgs
impl Eq for ExtSetFxEnabledArgs
impl StructuralPartialEq for ExtSetFxEnabledArgs
Auto Trait Implementations§
impl Freeze for ExtSetFxEnabledArgs
impl RefUnwindSafe for ExtSetFxEnabledArgs
impl !Send for ExtSetFxEnabledArgs
impl !Sync for ExtSetFxEnabledArgs
impl Unpin for ExtSetFxEnabledArgs
impl UnwindSafe for ExtSetFxEnabledArgs
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