Struct os::mm::page_table::PageTableEntry
source · [−]#[repr(C)]pub struct PageTableEntry {
pub bits: usize,
}
Expand description
Page Table Entry
Fields
bits: usize
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PageTableEntry
impl Send for PageTableEntry
impl Sync for PageTableEntry
impl Unpin for PageTableEntry
impl UnwindSafe for PageTableEntry
Blanket Implementations
Mutably borrows from an owned value. Read more