#[repr(C)]pub struct km_stat_t {
pub capacity: usize,
pub available: usize,
pub n_blocks: usize,
pub n_cores: usize,
pub largest: usize,
}
Fields§
§capacity: usize
§available: usize
§n_blocks: usize
§n_cores: usize
§largest: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for km_stat_t
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§
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