Struct vlfeat_sys::sigstack [] [src]

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

Fields

Trait Implementations

impl Debug for sigstack
[src]

Formats the value using the given formatter.

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