Struct ntapi::ntpfapi::PF_TRACE_LIMITS
source · [−]#[repr(C)]pub struct PF_TRACE_LIMITS {
pub MaxNumPages: ULONG,
pub MaxNumSections: ULONG,
pub TimerPeriod: LONGLONG,
}
Fields
MaxNumPages: ULONG
MaxNumSections: ULONG
TimerPeriod: LONGLONG
Trait Implementations
sourceimpl Clone for PF_TRACE_LIMITS
impl Clone for PF_TRACE_LIMITS
sourcefn clone(&self) -> PF_TRACE_LIMITS
fn clone(&self) -> PF_TRACE_LIMITS
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more