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 (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 ExtSetFxEnabledArgs
Source§impl Debug for ExtSetFxEnabledArgs
impl Debug for ExtSetFxEnabledArgs
impl Eq for ExtSetFxEnabledArgs
Source§impl Hash for ExtSetFxEnabledArgs
impl Hash for ExtSetFxEnabledArgs
Source§impl PartialEq for ExtSetFxEnabledArgs
impl PartialEq for ExtSetFxEnabledArgs
Source§fn eq(&self, other: &ExtSetFxEnabledArgs) -> bool
fn eq(&self, other: &ExtSetFxEnabledArgs) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExtSetFxEnabledArgs
Auto Trait Implementations§
impl !Send for ExtSetFxEnabledArgs
impl !Sync for ExtSetFxEnabledArgs
impl Freeze for ExtSetFxEnabledArgs
impl RefUnwindSafe for ExtSetFxEnabledArgs
impl Unpin for ExtSetFxEnabledArgs
impl UnsafeUnpin 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