#[repr(C)]pub struct _HISTOGRAM_BUCKET {
pub Reads: DWORD,
pub Writes: DWORD,
}Fields§
§Reads: DWORD§Writes: DWORDTrait 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 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 _HISTOGRAM_BUCKET
impl Debug for _HISTOGRAM_BUCKET
impl Copy 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