#[repr(C)]pub struct _STORAGE_COUNTERS {
pub Version: DWORD,
pub Size: DWORD,
pub NumberOfCounters: DWORD,
pub Counters: [STORAGE_COUNTER; 1],
}
Fields§
§Version: DWORD
§Size: DWORD
§NumberOfCounters: DWORD
§Counters: [STORAGE_COUNTER; 1]
Trait Implementations§
Source§impl Clone for _STORAGE_COUNTERS
impl Clone for _STORAGE_COUNTERS
Source§fn clone(&self) -> _STORAGE_COUNTERS
fn clone(&self) -> _STORAGE_COUNTERS
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 moreimpl Copy for _STORAGE_COUNTERS
Auto Trait Implementations§
impl Freeze for _STORAGE_COUNTERS
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§
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