#[repr(C)]pub struct user_fpregs_struct {
pub cwd: c_long,
pub swd: c_long,
pub twd: c_long,
pub fip: c_long,
pub fcs: c_long,
pub foo: c_long,
pub fos: c_long,
pub st_space: [c_long; 20],
}Fields§
§cwd: c_long§swd: c_long§twd: c_long§fip: c_long§fcs: c_long§foo: c_long§fos: c_long§st_space: [c_long; 20]Trait Implementations§
Source§impl Clone for user_fpregs_struct
impl Clone for user_fpregs_struct
Source§fn clone(&self) -> user_fpregs_struct
fn clone(&self) -> user_fpregs_struct
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for user_fpregs_struct
impl Debug for user_fpregs_struct
Source§impl Hash for user_fpregs_struct
impl Hash for user_fpregs_struct
Source§impl PartialEq for user_fpregs_struct
impl PartialEq for user_fpregs_struct
impl Copy for user_fpregs_struct
impl Eq for user_fpregs_struct
impl StructuralPartialEq for user_fpregs_struct
Auto Trait Implementations§
impl Freeze for user_fpregs_struct
impl RefUnwindSafe for user_fpregs_struct
impl Send for user_fpregs_struct
impl Sync for user_fpregs_struct
impl Unpin for user_fpregs_struct
impl UnwindSafe for user_fpregs_struct
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)