#[repr(C)]pub struct _PERF_COUNTER_BLOCK {
pub ByteLength: DWORD,
}Fields§
§ByteLength: DWORDTrait Implementations§
Source§impl Clone for _PERF_COUNTER_BLOCK
impl Clone for _PERF_COUNTER_BLOCK
Source§fn clone(&self) -> _PERF_COUNTER_BLOCK
fn clone(&self) -> _PERF_COUNTER_BLOCK
Returns a duplicate 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 _PERF_COUNTER_BLOCK
impl Debug for _PERF_COUNTER_BLOCK
impl Copy for _PERF_COUNTER_BLOCK
Auto Trait Implementations§
impl Freeze for _PERF_COUNTER_BLOCK
impl RefUnwindSafe for _PERF_COUNTER_BLOCK
impl Send for _PERF_COUNTER_BLOCK
impl Sync for _PERF_COUNTER_BLOCK
impl Unpin for _PERF_COUNTER_BLOCK
impl UnwindSafe for _PERF_COUNTER_BLOCK
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