pub struct SimdRegister {
pub cptr_el2: u64,
pub svcr: u64,
pub fpu: FpuRegs,
pub sve: SveRegs,
}Fields§
§cptr_el2: u64§svcr: u64§fpu: FpuRegs§sve: SveRegsImplementations§
Source§impl SimdRegister
impl SimdRegister
Trait Implementations§
Source§impl Debug for SimdRegister
impl Debug for SimdRegister
Source§impl Default for SimdRegister
impl Default for SimdRegister
Source§fn default() -> SimdRegister
fn default() -> SimdRegister
Returns the “default value” for a type. Read more
Source§impl RawPtr for SimdRegister
impl RawPtr for SimdRegister
Source§impl SafetyAssured for SimdRegister
impl SafetyAssured for SimdRegister
Source§fn is_initialized(&self) -> bool
fn is_initialized(&self) -> bool
Checks if the instance is properly initialized. Read more
Source§fn verify_ownership(&self) -> bool
fn verify_ownership(&self) -> bool
Checks whether ownership rules are upheld for this instance,
with a particular focus on instances that originate from raw pointers. Read more
Source§impl SafetyChecked for SimdRegister
impl SafetyChecked for SimdRegister
fn is_not_null(&self) -> bool
fn is_aligned(&self) -> bool
impl Content for SimdRegister
Auto Trait Implementations§
impl Freeze for SimdRegister
impl RefUnwindSafe for SimdRegister
impl Send for SimdRegister
impl Sync for SimdRegister
impl Unpin for SimdRegister
impl UnsafeUnpin for SimdRegister
impl UnwindSafe for SimdRegister
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