pub struct MediaDuration { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for MediaDuration
impl Clone for MediaDuration
Source§fn clone(&self) -> MediaDuration
fn clone(&self) -> MediaDuration
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 moreSource§impl Debug for MediaDuration
impl Debug for MediaDuration
Source§impl PartialEq for MediaDuration
impl PartialEq for MediaDuration
Source§fn eq(&self, other: &MediaDuration) -> bool
fn eq(&self, other: &MediaDuration) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for MediaDuration
impl StructuralPartialEq for MediaDuration
Auto Trait Implementations§
impl Freeze for MediaDuration
impl RefUnwindSafe for MediaDuration
impl Send for MediaDuration
impl Sync for MediaDuration
impl Unpin for MediaDuration
impl UnsafeUnpin for MediaDuration
impl UnwindSafe for MediaDuration
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