#[repr(C)]pub struct EVENT_HEADER_EXTENDED_DATA_ITEM {
pub Reserved1: USHORT,
pub ExtType: USHORT,
pub s: EVENT_HEADER_EXTENDED_DATA_ITEM_s,
pub DataSize: USHORT,
pub DataPtr: ULONGLONG,
}
Fields
Reserved1: USHORT
ExtType: USHORT
s: EVENT_HEADER_EXTENDED_DATA_ITEM_s
DataSize: USHORT
DataPtr: ULONGLONG
Trait Implementations
sourceimpl Clone for EVENT_HEADER_EXTENDED_DATA_ITEM
impl Clone for EVENT_HEADER_EXTENDED_DATA_ITEM
sourcefn clone(&self) -> EVENT_HEADER_EXTENDED_DATA_ITEM
fn clone(&self) -> EVENT_HEADER_EXTENDED_DATA_ITEM
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for EVENT_HEADER_EXTENDED_DATA_ITEM
Auto Trait Implementations
impl RefUnwindSafe for EVENT_HEADER_EXTENDED_DATA_ITEM
impl Send for EVENT_HEADER_EXTENDED_DATA_ITEM
impl Sync for EVENT_HEADER_EXTENDED_DATA_ITEM
impl Unpin for EVENT_HEADER_EXTENDED_DATA_ITEM
impl UnwindSafe for EVENT_HEADER_EXTENDED_DATA_ITEM
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