pub struct SveRegs {
pub z: [[u128; 32]; 4],
pub p: [[u16; 16]; 4],
pub ffr: [u16; 4],
pub zcr_el2: u64,
pub zcr_el12: u64,
}Fields§
§z: [[u128; 32]; 4]§p: [[u16; 16]; 4]§ffr: [u16; 4]§zcr_el2: u64§zcr_el12: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for SveRegs
impl RefUnwindSafe for SveRegs
impl Send for SveRegs
impl Sync for SveRegs
impl Unpin for SveRegs
impl UnsafeUnpin for SveRegs
impl UnwindSafe for SveRegs
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