Struct 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,
}
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
§fn clone(&self) -> TOC_ENTRY_DESCRIPTOR
fn clone(&self) -> TOC_ENTRY_DESCRIPTOR
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 TOC_ENTRY_DESCRIPTOR
impl Debug for TOC_ENTRY_DESCRIPTOR
§impl Default for TOC_ENTRY_DESCRIPTOR
impl Default for TOC_ENTRY_DESCRIPTOR
§impl PartialEq for TOC_ENTRY_DESCRIPTOR
impl PartialEq for TOC_ENTRY_DESCRIPTOR
impl Copy for TOC_ENTRY_DESCRIPTOR
impl StructuralPartialEq for TOC_ENTRY_DESCRIPTOR
Auto Trait Implementations§
impl Freeze for TOC_ENTRY_DESCRIPTOR
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§
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