Struct windows_sys::Media::Core::MseTimeRange
[−]Expand description
Required features: ‘Media_Core’, ‘Foundation’
Fields
Start: TimeSpanEnd: TimeSpanTrait 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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more