#[repr(C)]pub struct PauthRegister {
pub apiakeylo_el1: u64,
pub apiakeyhi_el1: u64,
pub apibkeylo_el1: u64,
pub apibkeyhi_el1: u64,
pub apdakeylo_el1: u64,
pub apdakeyhi_el1: u64,
pub apdbkeylo_el1: u64,
pub apdbkeyhi_el1: u64,
pub apgakeylo_el1: u64,
pub apgakeyhi_el1: u64,
}Fields§
§apiakeylo_el1: u64§apiakeyhi_el1: u64§apibkeylo_el1: u64§apibkeyhi_el1: u64§apdakeylo_el1: u64§apdakeyhi_el1: u64§apdbkeylo_el1: u64§apdbkeyhi_el1: u64§apgakeylo_el1: u64§apgakeyhi_el1: u64Trait Implementations§
Source§impl Debug for PauthRegister
impl Debug for PauthRegister
Source§impl Default for PauthRegister
impl Default for PauthRegister
Source§fn default() -> PauthRegister
fn default() -> PauthRegister
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PauthRegister
impl RefUnwindSafe for PauthRegister
impl Send for PauthRegister
impl Sync for PauthRegister
impl Unpin for PauthRegister
impl UnsafeUnpin for PauthRegister
impl UnwindSafe for PauthRegister
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