Struct REFS_VOLUME_COUNTER_INFO_INPUT_BUFFER
#[repr(C)]pub struct REFS_VOLUME_COUNTER_INFO_INPUT_BUFFER {
pub ResetCounters: bool,
}
Fields§
§ResetCounters: bool
Trait Implementations§
§impl Clone for REFS_VOLUME_COUNTER_INFO_INPUT_BUFFER
impl Clone for REFS_VOLUME_COUNTER_INFO_INPUT_BUFFER
§fn clone(&self) -> REFS_VOLUME_COUNTER_INFO_INPUT_BUFFER
fn clone(&self) -> REFS_VOLUME_COUNTER_INFO_INPUT_BUFFER
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 more§impl PartialEq for REFS_VOLUME_COUNTER_INFO_INPUT_BUFFER
impl PartialEq for REFS_VOLUME_COUNTER_INFO_INPUT_BUFFER
§fn eq(&self, other: &REFS_VOLUME_COUNTER_INFO_INPUT_BUFFER) -> bool
fn eq(&self, other: &REFS_VOLUME_COUNTER_INFO_INPUT_BUFFER) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for REFS_VOLUME_COUNTER_INFO_INPUT_BUFFER
impl StructuralPartialEq for REFS_VOLUME_COUNTER_INFO_INPUT_BUFFER
Auto Trait Implementations§
impl Freeze for REFS_VOLUME_COUNTER_INFO_INPUT_BUFFER
impl RefUnwindSafe for REFS_VOLUME_COUNTER_INFO_INPUT_BUFFER
impl Send for REFS_VOLUME_COUNTER_INFO_INPUT_BUFFER
impl Sync for REFS_VOLUME_COUNTER_INFO_INPUT_BUFFER
impl Unpin for REFS_VOLUME_COUNTER_INFO_INPUT_BUFFER
impl UnwindSafe for REFS_VOLUME_COUNTER_INFO_INPUT_BUFFER
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