pub struct PT;
Expand description
Corresponds to seL4_ARM_PageTable
.
Trait Implementations§
Source§impl CapTypeForObject for PT
impl CapTypeForObject for PT
fn object_type() -> ObjectType
Source§impl CapTypeForObjectOfFixedSize for PT
impl CapTypeForObjectOfFixedSize for PT
Source§impl CapTypeForTranslationTableObject for PT
impl CapTypeForTranslationTableObject for PT
const TRANSLATION_TABLE_OBJECT_TYPE: TranslationTableObjectType = TranslationTableObjectType::PT
Source§impl Ord for PT
impl Ord for PT
Source§impl PartialOrd for PT
impl PartialOrd for PT
impl Copy for PT
impl Eq for PT
impl StructuralPartialEq for PT
Auto Trait Implementations§
impl Freeze for PT
impl RefUnwindSafe for PT
impl Send for PT
impl Sync for PT
impl Unpin for PT
impl UnwindSafe for PT
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, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)