Struct windows::Media::MediaTimeRange
#[repr(C)]pub struct MediaTimeRange {
pub Start: TimeSpan,
pub End: TimeSpan,
}
Fields§
§Start: TimeSpan
§End: TimeSpan
Trait Implementations§
§impl Clone for MediaTimeRange
impl Clone for MediaTimeRange
§fn clone(&self) -> MediaTimeRange
fn clone(&self) -> MediaTimeRange
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for MediaTimeRange
impl Debug for MediaTimeRange
§impl Default for MediaTimeRange
impl Default for MediaTimeRange
§impl PartialEq for MediaTimeRange
impl PartialEq for MediaTimeRange
§fn eq(&self, other: &MediaTimeRange) -> bool
fn eq(&self, other: &MediaTimeRange) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MediaTimeRange
impl Eq for MediaTimeRange
impl StructuralPartialEq for MediaTimeRange
Auto Trait Implementations§
impl Freeze for MediaTimeRange
impl RefUnwindSafe for MediaTimeRange
impl Send for MediaTimeRange
impl Sync for MediaTimeRange
impl Unpin for MediaTimeRange
impl UnwindSafe for MediaTimeRange
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)