Struct vips_sys::sigstack[][src]

#[repr(C)]
pub struct sigstack { pub ss_sp: *mut c_void, pub ss_onstack: c_int, }

Fields

Trait Implementations

impl Debug for sigstack
[src]

Formats the value using the given formatter. Read more

impl Copy for sigstack
[src]

impl Clone for sigstack
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for sigstack

impl !Sync for sigstack