Struct aarch64defs::TranslationGranule1
source · #[repr(transparent)]pub struct TranslationGranule1(pub u64);
Expand description
aarch64 translation granule size for TTBR1_EL1
Tuple Fields§
§0: u64
Implementations§
source§impl TranslationGranule1
impl TranslationGranule1
pub const TG_INVALID: TranslationGranule1 = _
pub const TG_16KB: TranslationGranule1 = _
pub const TG_4KB: TranslationGranule1 = _
pub const TG_64KB: TranslationGranule1 = _
Trait Implementations§
source§impl Clone for TranslationGranule1
impl Clone for TranslationGranule1
source§fn clone(&self) -> TranslationGranule1
fn clone(&self) -> TranslationGranule1
Returns a copy 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 moresource§impl Debug for TranslationGranule1
impl Debug for TranslationGranule1
source§impl Hash for TranslationGranule1
impl Hash for TranslationGranule1
source§impl Ord for TranslationGranule1
impl Ord for TranslationGranule1
source§fn cmp(&self, other: &TranslationGranule1) -> Ordering
fn cmp(&self, other: &TranslationGranule1) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for TranslationGranule1
impl PartialEq for TranslationGranule1
source§impl PartialOrd for TranslationGranule1
impl PartialOrd for TranslationGranule1
impl Copy for TranslationGranule1
impl Eq for TranslationGranule1
impl StructuralPartialEq for TranslationGranule1
Auto Trait Implementations§
impl Freeze for TranslationGranule1
impl RefUnwindSafe for TranslationGranule1
impl Send for TranslationGranule1
impl Sync for TranslationGranule1
impl Unpin for TranslationGranule1
impl UnwindSafe for TranslationGranule1
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
)