Struct vlfeat_sys::sigval [] [src]

#[repr(C)]
pub struct sigval { pub sival_int: __BindgenUnionField<c_int>, pub sival_ptr: __BindgenUnionField<*mut c_void>, pub bindgen_union_field: u64, }

Fields

Trait Implementations

impl Debug for sigval
[src]

Formats the value using the given formatter.

impl Copy for sigval
[src]

impl Clone for sigval
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more