pub struct SYSTEM_HUGEPAGES { /* private fields */ }
Expand description
A list of all availble huge-page flags if enumeration of them is possible.
This is created from a persistent invocation of scan_hugepages()
.
Trait Implementations§
Source§impl Deref for SYSTEM_HUGEPAGES
impl Deref for SYSTEM_HUGEPAGES
impl LazyStatic for SYSTEM_HUGEPAGES
Auto Trait Implementations§
impl Freeze for SYSTEM_HUGEPAGES
impl RefUnwindSafe for SYSTEM_HUGEPAGES
impl Send for SYSTEM_HUGEPAGES
impl Sync for SYSTEM_HUGEPAGES
impl Unpin for SYSTEM_HUGEPAGES
impl UnwindSafe for SYSTEM_HUGEPAGES
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