#[repr(C)]pub struct EVENT_TRACE_PROFILE_LIST_INFORMATION {
pub EventTraceInformationClass: EVENT_TRACE_INFORMATION_CLASS,
pub Spare: ULONG,
pub Profile: [*mut PROFILE_SOURCE_INFO; 1],
}Fields§
§EventTraceInformationClass: EVENT_TRACE_INFORMATION_CLASS§Spare: ULONG§Profile: [*mut PROFILE_SOURCE_INFO; 1]Trait Implementations§
Source§impl Clone for EVENT_TRACE_PROFILE_LIST_INFORMATION
impl Clone for EVENT_TRACE_PROFILE_LIST_INFORMATION
Source§fn clone(&self) -> EVENT_TRACE_PROFILE_LIST_INFORMATION
fn clone(&self) -> EVENT_TRACE_PROFILE_LIST_INFORMATION
Returns a duplicate 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 moreimpl Copy for EVENT_TRACE_PROFILE_LIST_INFORMATION
Auto Trait Implementations§
impl Freeze for EVENT_TRACE_PROFILE_LIST_INFORMATION
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