#[repr(C)]pub struct EVENT_TRACE_PROFILE_LIST_INFORMATION {
pub EventTraceInformationClass: EVENT_TRACE_INFORMATION_CLASS,
pub Spare: u32,
pub Profile: [*mut PROFILE_SOURCE_INFO; 1],
}Fieldsยง
ยงEventTraceInformationClass: EVENT_TRACE_INFORMATION_CLASSยงSpare: u32ยงProfile: [*mut PROFILE_SOURCE_INFO; 1]Trait Implementationsยง
Auto Trait Implementationsยง
impl RefUnwindSafe for EVENT_TRACE_PROFILE_LIST_INFORMATION
impl !Send for EVENT_TRACE_PROFILE_LIST_INFORMATION
impl !Sync for EVENT_TRACE_PROFILE_LIST_INFORMATION
impl Unpin for EVENT_TRACE_PROFILE_LIST_INFORMATION
impl UnwindSafe for EVENT_TRACE_PROFILE_LIST_INFORMATION
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