pub struct PageDirectory;Trait Implementations§
Source§impl CapTypeForObject for PageDirectory
impl CapTypeForObject for PageDirectory
fn object_type() -> ObjectType
Source§impl CapTypeForTranslationTableObject for PageDirectory
impl CapTypeForTranslationTableObject for PageDirectory
const TRANSLATION_TABLE_OBJECT_TYPE: TranslationTableObjectType = TranslationTableObjectType::PageDirectory
Source§impl Clone for PageDirectory
impl Clone for PageDirectory
Source§fn clone(&self) -> PageDirectory
fn clone(&self) -> PageDirectory
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PageDirectory
impl Debug for PageDirectory
Source§impl Hash for PageDirectory
impl Hash for PageDirectory
Source§impl Ord for PageDirectory
impl Ord for PageDirectory
Source§impl PartialEq for PageDirectory
impl PartialEq for PageDirectory
Source§impl PartialOrd for PageDirectory
impl PartialOrd for PageDirectory
Source§fn partial_cmp(&self, other: &PageDirectory) -> Option<Ordering>
fn partial_cmp(&self, other: &PageDirectory) -> Option<Ordering>
impl Copy for PageDirectory
impl Eq for PageDirectory
impl StructuralPartialEq for PageDirectory
Auto Trait Implementations§
impl Freeze for PageDirectory
impl RefUnwindSafe for PageDirectory
impl Send for PageDirectory
impl Sync for PageDirectory
impl Unpin for PageDirectory
impl UnwindSafe for PageDirectory
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)