Struct windows_native::ntpfapi::PF_TRACE_LIMITS
source ยท #[repr(C)]pub struct PF_TRACE_LIMITS {
pub MaxNumPages: u32,
pub MaxNumSections: u32,
pub TimerPeriod: i64,
}Fieldsยง
ยงMaxNumPages: u32ยงMaxNumSections: u32ยงTimerPeriod: i64Trait Implementationsยง
sourceยงimpl Debug for PF_TRACE_LIMITS
impl Debug for PF_TRACE_LIMITS
Auto Trait Implementationsยง
impl RefUnwindSafe for PF_TRACE_LIMITS
impl Send for PF_TRACE_LIMITS
impl Sync for PF_TRACE_LIMITS
impl Unpin for PF_TRACE_LIMITS
impl UnwindSafe for PF_TRACE_LIMITS
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