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