Struct ndk_sys::_fpx_sw_bytes
source · #[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]
Trait Implementations§
source§impl Clone for _fpx_sw_bytes
impl Clone for _fpx_sw_bytes
source§fn clone(&self) -> _fpx_sw_bytes
fn clone(&self) -> _fpx_sw_bytes
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§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