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