pub struct PML4;Trait Implementations§
Source§impl CapTypeForObject for PML4
impl CapTypeForObject for PML4
fn object_type() -> ObjectType
Source§impl CapTypeForObjectOfFixedSize for PML4
impl CapTypeForObjectOfFixedSize for PML4
Source§impl CapTypeForTranslationTableObject for PML4
impl CapTypeForTranslationTableObject for PML4
const TRANSLATION_TABLE_OBJECT_TYPE: TranslationTableObjectType = TranslationTableObjectType::PML4
Source§impl Ord for PML4
impl Ord for PML4
Source§impl PartialOrd for PML4
impl PartialOrd for PML4
impl Copy for PML4
impl Eq for PML4
impl StructuralPartialEq for PML4
Auto Trait Implementations§
impl Freeze for PML4
impl RefUnwindSafe for PML4
impl Send for PML4
impl Sync for PML4
impl Unpin for PML4
impl UnwindSafe for PML4
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)