Struct windows_sys::Win32::Media::Streaming::MetadataTimeStamps
[−]Expand description
Required features: "Win32_Media_Streaming"
Fields
Flags: u32
Device: i64
Presentation: i64
Trait Implementations
impl Clone for MetadataTimeStamps
impl Clone for MetadataTimeStamps
impl Copy for MetadataTimeStamps
Auto Trait Implementations
impl RefUnwindSafe for MetadataTimeStamps
impl Send for MetadataTimeStamps
impl Sync for MetadataTimeStamps
impl Unpin for MetadataTimeStamps
impl UnwindSafe for MetadataTimeStamps
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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