Enum windows_native::ntexapi::ST_STATS_LEVEL
source · #[repr(i32)]pub enum ST_STATS_LEVEL {
StStatsLevelBasic,
StStatsLevelIoStats,
StStatsLevelRegionSpace,
StStatsLevelSpaceBitmap,
StStatsLevelMax,
}Variants§
StStatsLevelBasic
StStatsLevelIoStats
StStatsLevelRegionSpace
StStatsLevelSpaceBitmap
StStatsLevelMax
Trait Implementations§
source§impl Clone for ST_STATS_LEVEL
impl Clone for ST_STATS_LEVEL
source§fn clone(&self) -> ST_STATS_LEVEL
fn clone(&self) -> ST_STATS_LEVEL
Returns a copy 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 moresource§impl Debug for ST_STATS_LEVEL
impl Debug for ST_STATS_LEVEL
source§impl Hash for ST_STATS_LEVEL
impl Hash for ST_STATS_LEVEL
source§impl PartialEq<ST_STATS_LEVEL> for ST_STATS_LEVEL
impl PartialEq<ST_STATS_LEVEL> for ST_STATS_LEVEL
source§fn eq(&self, other: &ST_STATS_LEVEL) -> bool
fn eq(&self, other: &ST_STATS_LEVEL) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ST_STATS_LEVEL
impl Eq for ST_STATS_LEVEL
impl StructuralEq for ST_STATS_LEVEL
impl StructuralPartialEq for ST_STATS_LEVEL
Auto Trait Implementations§
impl RefUnwindSafe for ST_STATS_LEVEL
impl Send for ST_STATS_LEVEL
impl Sync for ST_STATS_LEVEL
impl Unpin for ST_STATS_LEVEL
impl UnwindSafe for ST_STATS_LEVEL
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