#[repr(C)]pub struct _fpx_sw_bytes {
pub magic1: __uint32_t,
pub extended_size: __uint32_t,
pub xstate_bv: __uint64_t,
pub xstate_size: __uint32_t,
pub __glibc_reserved1: [__uint32_t; 7],
}Fields§
§magic1: __uint32_t§extended_size: __uint32_t§xstate_bv: __uint64_t§xstate_size: __uint32_t§__glibc_reserved1: [__uint32_t; 7]Trait Implementations§
Source§impl Clone for _fpx_sw_bytes
impl Clone for _fpx_sw_bytes
Source§impl Debug for _fpx_sw_bytes
impl Debug for _fpx_sw_bytes
impl Copy for _fpx_sw_bytes
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