Struct windows_sys::Media::MediaTimeRange
[−]Expand description
Required features: ‘Media’, ‘Foundation’
Fields
Start: TimeSpan
End: TimeSpan
Trait Implementations
impl Clone for MediaTimeRange
impl Clone for MediaTimeRange
impl Copy for MediaTimeRange
Auto Trait Implementations
impl RefUnwindSafe for MediaTimeRange
impl Send for MediaTimeRange
impl Sync for MediaTimeRange
impl Unpin for MediaTimeRange
impl UnwindSafe for MediaTimeRange
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more