Struct windows_sys::Win32::System::Ioctl::STORAGE_COUNTERS
[−]#[repr(C)]pub struct STORAGE_COUNTERS {
pub Version: u32,
pub Size: u32,
pub NumberOfCounters: u32,
pub Counters: [STORAGE_COUNTER; 1],
}
Expand description
Required features: ‘Win32_System_Ioctl’
Fields
Version: u32
Size: u32
NumberOfCounters: u32
Counters: [STORAGE_COUNTER; 1]
Trait Implementations
impl Clone for STORAGE_COUNTERS
impl Clone for STORAGE_COUNTERS
impl Copy for STORAGE_COUNTERS
Auto Trait Implementations
impl RefUnwindSafe for STORAGE_COUNTERS
impl Send for STORAGE_COUNTERS
impl Sync for STORAGE_COUNTERS
impl Unpin for STORAGE_COUNTERS
impl UnwindSafe for STORAGE_COUNTERS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more