Struct vips_sys::_xstate[][src]

#[repr(C)]
pub struct _xstate { pub fpstate: _fpstate, pub xstate_hdr: _xsave_hdr, pub ymmh: _ymmh_state, }

Fields

Trait Implementations

impl Copy for _xstate
[src]

impl Clone for _xstate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for _xstate

impl Sync for _xstate