Struct aarch64defs::TranslationGranule0
source · #[repr(transparent)]pub struct TranslationGranule0(pub u64);
Expand description
aarch64 translation granule size for TTBR0_EL1
Tuple Fields§
§0: u64
Implementations§
source§impl TranslationGranule0
impl TranslationGranule0
pub const TG_4KB: TranslationGranule0 = _
pub const TG_64KB: TranslationGranule0 = _
pub const TG_16KB: TranslationGranule0 = _
Trait Implementations§
source§impl Clone for TranslationGranule0
impl Clone for TranslationGranule0
source§fn clone(&self) -> TranslationGranule0
fn clone(&self) -> TranslationGranule0
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 TranslationGranule0
impl Debug for TranslationGranule0
source§impl Hash for TranslationGranule0
impl Hash for TranslationGranule0
source§impl Ord for TranslationGranule0
impl Ord for TranslationGranule0
source§fn cmp(&self, other: &TranslationGranule0) -> Ordering
fn cmp(&self, other: &TranslationGranule0) -> 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 TranslationGranule0
impl PartialEq for TranslationGranule0
source§impl PartialOrd for TranslationGranule0
impl PartialOrd for TranslationGranule0
impl Copy for TranslationGranule0
impl Eq for TranslationGranule0
impl StructuralPartialEq for TranslationGranule0
Auto Trait Implementations§
impl Freeze for TranslationGranule0
impl RefUnwindSafe for TranslationGranule0
impl Send for TranslationGranule0
impl Sync for TranslationGranule0
impl Unpin for TranslationGranule0
impl UnwindSafe for TranslationGranule0
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
)