#[repr(C)]pub struct ProcessStaticPage {
pub version: u64,
pub capabilities: u64,
pub max_memory: AtomicU64,
pub kernel_memory_used: AtomicU64,
pub user_memory_used: AtomicU64,
}Fields§
§version: u64§capabilities: u64§max_memory: AtomicU64§kernel_memory_used: AtomicU64§user_memory_used: AtomicU64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ProcessStaticPage
impl RefUnwindSafe for ProcessStaticPage
impl Send for ProcessStaticPage
impl Sync for ProcessStaticPage
impl Unpin for ProcessStaticPage
impl UnwindSafe for ProcessStaticPage
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