Struct windows_sys::Win32::Media::Streaming::MetadataTimeStamps
#[repr(C)]pub struct MetadataTimeStamps {
pub Flags: u32,
pub Device: i64,
pub Presentation: i64,
}
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§
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