pub struct PhysicalPage {
pub ptr: u64,
/* private fields */
}
Fields§
§ptr: u64
Trait Implementations§
Source§impl Clone for PhysicalPage
impl Clone for PhysicalPage
Source§fn clone(&self) -> PhysicalPage
fn clone(&self) -> PhysicalPage
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for PhysicalPage
impl RefUnwindSafe for PhysicalPage
impl Send for PhysicalPage
impl Sync for PhysicalPage
impl Unpin for PhysicalPage
impl UnwindSafe for PhysicalPage
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more