#[repr(C)]pub struct Struct__fpx_sw_bytes {
pub magic1: __uint32_t,
pub extended_size: __uint32_t,
pub xstate_bv: __uint64_t,
pub xstate_size: __uint32_t,
pub padding: [__uint32_t; 7],
}Fields§
§magic1: __uint32_t§extended_size: __uint32_t§xstate_bv: __uint64_t§xstate_size: __uint32_t§padding: [__uint32_t; 7]Trait Implementations§
Source§impl Clone for Struct__fpx_sw_bytes
impl Clone for Struct__fpx_sw_bytes
Source§impl Default for Struct__fpx_sw_bytes
impl Default for Struct__fpx_sw_bytes
impl Copy for Struct__fpx_sw_bytes
Auto Trait Implementations§
impl Freeze for Struct__fpx_sw_bytes
impl RefUnwindSafe for Struct__fpx_sw_bytes
impl Send for Struct__fpx_sw_bytes
impl Sync for Struct__fpx_sw_bytes
impl Unpin for Struct__fpx_sw_bytes
impl UnwindSafe for Struct__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