#[repr(C)]pub struct EVENT_TRACE_TIME_PROFILE_INFORMATION {
pub EventTraceInformationClass: EVENT_TRACE_INFORMATION_CLASS,
pub ProfileInterval: u32,
}Fieldsยง
ยงEventTraceInformationClass: EVENT_TRACE_INFORMATION_CLASSยงProfileInterval: u32Trait Implementationsยง
Auto Trait Implementationsยง
impl RefUnwindSafe for EVENT_TRACE_TIME_PROFILE_INFORMATION
impl Send for EVENT_TRACE_TIME_PROFILE_INFORMATION
impl Sync for EVENT_TRACE_TIME_PROFILE_INFORMATION
impl Unpin for EVENT_TRACE_TIME_PROFILE_INFORMATION
impl UnwindSafe for EVENT_TRACE_TIME_PROFILE_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