#[repr(C)]pub struct Xcrs {
pub nr_xcrs: u32,
pub flags: u32,
pub xcrs: [Xcr; 16],
pub padding: [u64; 16],
}
Fields§
§nr_xcrs: u32
§flags: u32
§xcrs: [Xcr; 16]
§padding: [u64; 16]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Xcrs
impl RefUnwindSafe for Xcrs
impl Send for Xcrs
impl Sync for Xcrs
impl Unpin for Xcrs
impl UnwindSafe for Xcrs
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