Type Alias kernel::tt::descriptor::PageDescriptor
source · type PageDescriptor<L> = Descriptor<L, Page>;Aliased Type§
struct PageDescriptor<L> {
bits: u64,
phantom: PhantomData<(L, Page)>,
}Fields§
§bits: u64§phantom: PhantomData<(L, Page)>Implementations§
source§impl<L, Ty> Descriptor<L, Ty>
impl<L, Ty> Descriptor<L, Ty>
sourcepub const INVALID_BITS: u64 = 0u64
pub const INVALID_BITS: u64 = 0u64
Bit representation of an invalid descriptor.