pub struct FrameWith<T: PhysicalAddress>(_);
Implementations
sourceimpl<T: PhysicalAddress> FrameWith<T>
impl<T: PhysicalAddress> FrameWith<T>
Trait Implementations
sourceimpl<T: Clone + PhysicalAddress> Clone for FrameWith<T>
impl<T: Clone + PhysicalAddress> Clone for FrameWith<T>
sourceimpl<T: Debug + PhysicalAddress> Debug for FrameWith<T>
impl<T: Debug + PhysicalAddress> Debug for FrameWith<T>
sourceimpl<T: Ord + PhysicalAddress> Ord for FrameWith<T>
impl<T: Ord + PhysicalAddress> Ord for FrameWith<T>
sourceimpl<T: AddressL2 + PhysicalAddress> PageWithL2 for FrameWith<T>
impl<T: AddressL2 + PhysicalAddress> PageWithL2 for FrameWith<T>
sourceimpl<T: AddressL3 + PhysicalAddress> PageWithL3 for FrameWith<T>
impl<T: AddressL3 + PhysicalAddress> PageWithL3 for FrameWith<T>
sourceimpl<T: AddressL4 + PhysicalAddress> PageWithL4 for FrameWith<T>
impl<T: AddressL4 + PhysicalAddress> PageWithL4 for FrameWith<T>
sourceimpl<T: PartialOrd + PhysicalAddress> PartialOrd<FrameWith<T>> for FrameWith<T>
impl<T: PartialOrd + PhysicalAddress> PartialOrd<FrameWith<T>> for FrameWith<T>
sourcefn partial_cmp(&self, other: &FrameWith<T>) -> Option<Ordering>
fn partial_cmp(&self, other: &FrameWith<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 + PhysicalAddress> Copy for FrameWith<T>
impl<T: Eq + PhysicalAddress> Eq for FrameWith<T>
impl<T: PhysicalAddress> StructuralEq for FrameWith<T>
impl<T: PhysicalAddress> StructuralPartialEq for FrameWith<T>
Auto Trait Implementations
impl<T> RefUnwindSafe for FrameWith<T> where
T: RefUnwindSafe,
impl<T> Send for FrameWith<T> where
T: Send,
impl<T> Sync for FrameWith<T> where
T: Sync,
impl<T> Unpin for FrameWith<T> where
T: Unpin,
impl<T> UnwindSafe for FrameWith<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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more