#[repr(C)]pub struct fpx_sw_bytes {
pub magic1: u32,
pub extended_size: u32,
pub xfeatures: u64,
pub xstate_size: u32,
pub padding: [u32; 7],
}Fields§
§magic1: u32§extended_size: u32§xfeatures: u64§xstate_size: u32§padding: [u32; 7]Auto Trait Implementations§
impl Freeze for fpx_sw_bytes
impl RefUnwindSafe for fpx_sw_bytes
impl Send for fpx_sw_bytes
impl Sync for fpx_sw_bytes
impl Unpin for fpx_sw_bytes
impl UnwindSafe for fpx_sw_bytes
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