Struct windows_sys::Win32::System::Diagnostics::Etw::EVENT_MAP_INFO
#[repr(C)]pub struct EVENT_MAP_INFO {
pub NameOffset: u32,
pub Flag: MAP_FLAGS,
pub EntryCount: u32,
pub Anonymous: EVENT_MAP_INFO_0,
pub MapEntryArray: [EVENT_MAP_ENTRY; 1],
}
Fields§
§NameOffset: u32
§Flag: MAP_FLAGS
§EntryCount: u32
§Anonymous: EVENT_MAP_INFO_0
§MapEntryArray: [EVENT_MAP_ENTRY; 1]
Trait Implementations§
§impl Clone for EVENT_MAP_INFO
impl Clone for EVENT_MAP_INFO
impl Copy for EVENT_MAP_INFO
Auto Trait Implementations§
impl RefUnwindSafe for EVENT_MAP_INFO
impl Send for EVENT_MAP_INFO
impl Sync for EVENT_MAP_INFO
impl Unpin for EVENT_MAP_INFO
impl UnwindSafe for EVENT_MAP_INFO
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