#[repr(C)]pub struct _bindgen_ty_18 {
pub size: ulong,
pub peak: ulong,
pub hwm: ulong,
pub rss: ulong,
}Fields§
§size: ulong§peak: ulong§hwm: ulong§rss: ulongAuto Trait Implementations§
impl Freeze for _bindgen_ty_18
impl RefUnwindSafe for _bindgen_ty_18
impl Send for _bindgen_ty_18
impl Sync for _bindgen_ty_18
impl Unpin for _bindgen_ty_18
impl UnwindSafe for _bindgen_ty_18
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