Struct windows_sys::Win32::Media::MediaFoundation::TOC_ENTRY_DESCRIPTOR
[−]#[repr(C)]pub struct TOC_ENTRY_DESCRIPTOR {
pub qwStartTime: u64,
pub qwEndTime: u64,
pub qwStartPacketOffset: u64,
pub qwEndPacketOffset: u64,
pub qwRepresentativeFrameTime: u64,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
qwStartTime: u64
qwEndTime: u64
qwStartPacketOffset: u64
qwEndPacketOffset: u64
qwRepresentativeFrameTime: u64
Trait Implementations
impl Clone for TOC_ENTRY_DESCRIPTOR
impl Clone for TOC_ENTRY_DESCRIPTOR
impl Copy for TOC_ENTRY_DESCRIPTOR
Auto Trait Implementations
impl RefUnwindSafe for TOC_ENTRY_DESCRIPTOR
impl Send for TOC_ENTRY_DESCRIPTOR
impl Sync for TOC_ENTRY_DESCRIPTOR
impl Unpin for TOC_ENTRY_DESCRIPTOR
impl UnwindSafe for TOC_ENTRY_DESCRIPTOR
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