Struct ntapi::ntexapi::QUERY_PERFORMANCE_COUNTER_FLAGS
source · [−]#[repr(C)]pub struct QUERY_PERFORMANCE_COUNTER_FLAGS {
pub ul: ULONG,
}
Fields
ul: ULONG
Implementations
sourceimpl QUERY_PERFORMANCE_COUNTER_FLAGS
impl QUERY_PERFORMANCE_COUNTER_FLAGS
pub const fn KernelTransition(&self) -> ULONG
pub fn set_KernelTransition(&mut self, val: ULONG)
pub const fn Reserved(&self) -> ULONG
pub fn set_Reserved(&mut self, val: ULONG)
Trait Implementations
sourceimpl Clone for QUERY_PERFORMANCE_COUNTER_FLAGS
impl Clone for QUERY_PERFORMANCE_COUNTER_FLAGS
sourcefn clone(&self) -> QUERY_PERFORMANCE_COUNTER_FLAGS
fn clone(&self) -> QUERY_PERFORMANCE_COUNTER_FLAGS
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 QUERY_PERFORMANCE_COUNTER_FLAGS
Auto Trait Implementations
impl RefUnwindSafe for QUERY_PERFORMANCE_COUNTER_FLAGS
impl Send for QUERY_PERFORMANCE_COUNTER_FLAGS
impl Sync for QUERY_PERFORMANCE_COUNTER_FLAGS
impl Unpin for QUERY_PERFORMANCE_COUNTER_FLAGS
impl UnwindSafe for QUERY_PERFORMANCE_COUNTER_FLAGS
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