pub struct PhysAddrNotValid(pub u64);Expand description
A passed u64 was not a valid physical address.
This means that bits 52 to 64 were not all null.
Contains the invalid address.
Tuple Fields§
§0: u64pub struct PhysAddrNotValid(pub u64);A passed u64 was not a valid physical address.
This means that bits 52 to 64 were not all null.
Contains the invalid address.
0: u64