pub struct PageWith<T: VirtualAddress>(_);
Implementations
Trait Implementations
sourceimpl<T: Clone + VirtualAddress> Clone for PageWith<T>
impl<T: Clone + VirtualAddress> Clone for PageWith<T>
sourceimpl<T: Debug + VirtualAddress> Debug for PageWith<T>
impl<T: Debug + VirtualAddress> Debug for PageWith<T>
sourceimpl<T: Ord + VirtualAddress> Ord for PageWith<T>
impl<T: Ord + VirtualAddress> Ord for PageWith<T>
sourceimpl<T: AddressL2 + VirtualAddress> PageWithL2 for PageWith<T>
impl<T: AddressL2 + VirtualAddress> PageWithL2 for PageWith<T>
sourceimpl<T: AddressL3 + VirtualAddress> PageWithL3 for PageWith<T>
impl<T: AddressL3 + VirtualAddress> PageWithL3 for PageWith<T>
sourceimpl<T: AddressL4 + VirtualAddress> PageWithL4 for PageWith<T>
impl<T: AddressL4 + VirtualAddress> PageWithL4 for PageWith<T>
sourceimpl<T: PartialOrd + VirtualAddress> PartialOrd<PageWith<T>> for PageWith<T>
impl<T: PartialOrd + VirtualAddress> PartialOrd<PageWith<T>> for PageWith<T>
sourcefn partial_cmp(&self, other: &PageWith<T>) -> Option<Ordering>
fn partial_cmp(&self, other: &PageWith<T>) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
impl<T: Copy + VirtualAddress> Copy for PageWith<T>
impl<T: Eq + VirtualAddress> Eq for PageWith<T>
impl<T: VirtualAddress> StructuralEq for PageWith<T>
impl<T: VirtualAddress> StructuralPartialEq for PageWith<T>
Auto Trait Implementations
impl<T> RefUnwindSafe for PageWith<T> where
T: RefUnwindSafe,
impl<T> Send for PageWith<T> where
T: Send,
impl<T> Sync for PageWith<T> where
T: Sync,
impl<T> Unpin for PageWith<T> where
T: Unpin,
impl<T> UnwindSafe for PageWith<T> where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more