#[repr(transparent)]pub struct PfnNotValid(pub u64);Expand description
A passed u64 was not a valid physical address.
This means that bits 40 to 64 were not all null.
Contains the invalid PFN.
Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for PfnNotValid
impl Clone for PfnNotValid
Source§fn clone(&self) -> PfnNotValid
fn clone(&self) -> PfnNotValid
Returns a duplicate of the value. Read more
1.0.0 (const: unstable)§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PfnNotValid
Source§impl Debug for PfnNotValid
impl Debug for PfnNotValid
Source§impl Display for PfnNotValid
impl Display for PfnNotValid
impl Eq for PfnNotValid
Source§impl PartialEq for PfnNotValid
impl PartialEq for PfnNotValid
impl StructuralPartialEq for PfnNotValid
Auto Trait Implementations§
impl Freeze for PfnNotValid
impl RefUnwindSafe for PfnNotValid
impl Send for PfnNotValid
impl Sync for PfnNotValid
impl Unpin for PfnNotValid
impl UnsafeUnpin for PfnNotValid
impl UnwindSafe for PfnNotValid
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, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)