#[repr(C)]pub struct _HISTOGRAM_BUCKET {
pub Reads: DWORD,
pub Writes: DWORD,
}
Fields§
§Reads: DWORD
§Writes: DWORD
Trait Implementations§
Source§impl Clone for _HISTOGRAM_BUCKET
impl Clone for _HISTOGRAM_BUCKET
Source§fn clone(&self) -> _HISTOGRAM_BUCKET
fn clone(&self) -> _HISTOGRAM_BUCKET
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 _HISTOGRAM_BUCKET
impl Debug for _HISTOGRAM_BUCKET
Source§impl Ord for _HISTOGRAM_BUCKET
impl Ord for _HISTOGRAM_BUCKET
Source§fn cmp(&self, other: &_HISTOGRAM_BUCKET) -> Ordering
fn cmp(&self, other: &_HISTOGRAM_BUCKET) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _HISTOGRAM_BUCKET
impl PartialEq for _HISTOGRAM_BUCKET
Source§impl PartialOrd for _HISTOGRAM_BUCKET
impl PartialOrd for _HISTOGRAM_BUCKET
impl Copy for _HISTOGRAM_BUCKET
impl Eq for _HISTOGRAM_BUCKET
impl StructuralPartialEq for _HISTOGRAM_BUCKET
Auto Trait Implementations§
impl Freeze for _HISTOGRAM_BUCKET
impl RefUnwindSafe for _HISTOGRAM_BUCKET
impl Send for _HISTOGRAM_BUCKET
impl Sync for _HISTOGRAM_BUCKET
impl Unpin for _HISTOGRAM_BUCKET
impl UnwindSafe for _HISTOGRAM_BUCKET
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