Struct libresolv_sys::_xstate
[−]
[src]
pub struct _xstate { pub fpstate: _fpstate, pub xstate_hdr: _xsave_hdr, pub ymmh: _ymmh_state, }
Fields
fpstate: _fpstate
xstate_hdr: _xsave_hdr
ymmh: _ymmh_state
Trait Implementations
impl Copy for _xstate
[src]
impl Clone for _xstate
[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more