#[repr(C, align(16))]pub struct fpregset_t {
pub vregs: [__uint128_t; 32],
pub fpsr: c_uint,
pub fpcr: c_uint,
}Fields§
§vregs: [__uint128_t; 32]§fpsr: c_uint§fpcr: c_uintTrait Implementations§
Source§impl Clone for fpregset_t
impl Clone for fpregset_t
Source§fn clone(&self) -> fpregset_t
fn clone(&self) -> fpregset_t
Returns a duplicate 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 fpregset_t
impl Debug for fpregset_t
Source§impl PartialEq for fpregset_t
impl PartialEq for fpregset_t
impl Copy for fpregset_t
impl Eq for fpregset_t
impl StructuralPartialEq for fpregset_t
Auto Trait Implementations§
impl Freeze for fpregset_t
impl RefUnwindSafe for fpregset_t
impl Send for fpregset_t
impl Sync for fpregset_t
impl Unpin for fpregset_t
impl UnwindSafe for fpregset_t
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