Struct minimap2_sys::km_stat_t
source · [−]#[repr(C)]pub struct km_stat_t {
pub capacity: size_t,
pub available: size_t,
pub n_blocks: size_t,
pub n_cores: size_t,
pub largest: size_t,
}Fields
capacity: size_tavailable: size_tn_blocks: size_tn_cores: size_tlargest: size_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for km_stat_t
impl Send for km_stat_t
impl Sync for km_stat_t
impl Unpin for km_stat_t
impl UnwindSafe for km_stat_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more