#[repr(C)]pub struct procstat {
pub tpe: c_int,
pub kd: uintptr_t,
pub vmentries: *mut c_void,
pub files: *mut c_void,
pub argv: *mut c_void,
pub envv: *mut c_void,
pub core: uintptr_t,
}Fields§
§tpe: c_int§kd: uintptr_t§vmentries: *mut c_void§files: *mut c_void§argv: *mut c_void§envv: *mut c_void§core: uintptr_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for procstat
impl RefUnwindSafe for procstat
impl !Send for procstat
impl !Sync for procstat
impl Unpin for procstat
impl UnwindSafe for procstat
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