#[repr(u64)]pub enum Value {
PA_32B_4GB = 0,
PA_36B_64GB = 1,
PA_40B_1TB = 2,
PA_42B_4TB = 3,
PA_44B_16TB = 4,
PA_48B_256TB = 5,
PA_52B_4PB = 6,
}Expand description
Physical Address size of the second stage of translation
Variants§
PA_32B_4GB = 0
32 bits, 4GB
PA_36B_64GB = 1
36 bits, 64GB
PA_40B_1TB = 2
40 bits, 1TB
PA_42B_4TB = 3
42 bits, 4TB
PA_44B_16TB = 4
44 bits, 16TB
PA_48B_256TB = 5
48 bits, 256TB
PA_52B_4PB = 6
52 bits, 4PB
Trait Implementations§
Source§impl TryFromValue<u64> for Value
impl TryFromValue<u64> for Value
impl Copy for Value
impl Eq for Value
impl StructuralPartialEq for Value
Auto Trait Implementations§
impl Freeze for Value
impl RefUnwindSafe for Value
impl Send for Value
impl Sync for Value
impl Unpin for Value
impl UnwindSafe for Value
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