#[repr(C)]pub struct HISTOGRAM_BUCKET {
pub Reads: u32,
pub Writes: u32,
}Fields§
§Reads: u32§Writes: u32Trait Implementations§
Source§impl Abi for HISTOGRAM_BUCKET
impl Abi for HISTOGRAM_BUCKET
Source§type Abi = HISTOGRAM_BUCKET
type Abi = HISTOGRAM_BUCKET
The abi representation of the implementing type. Read more
type DefaultType = HISTOGRAM_BUCKET
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for HISTOGRAM_BUCKET
Source§impl Debug for HISTOGRAM_BUCKET
impl Debug for HISTOGRAM_BUCKET
Source§impl Default for HISTOGRAM_BUCKET
impl Default for HISTOGRAM_BUCKET
impl Eq 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 UnsafeUnpin 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