pub struct Pfn(pub u64);
Expand description
A Page Frame Number, representing a 4 kiB physical memory page
Tuple Fields§
§0: u64
Trait Implementations§
source§impl<'de> Deserialize<'de> for Pfn
impl<'de> Deserialize<'de> for Pfn
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Ord for Pfn
impl Ord for Pfn
source§impl PartialOrd for Pfn
impl PartialOrd for Pfn
impl Copy for Pfn
impl Eq for Pfn
impl StructuralPartialEq for Pfn
Auto Trait Implementations§
impl Freeze for Pfn
impl RefUnwindSafe for Pfn
impl Send for Pfn
impl Sync for Pfn
impl Unpin for Pfn
impl UnwindSafe for Pfn
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)