Union cups_sys::sigval [] [src]

#[repr(C)]
pub union sigval { pub sival_int: c_int, pub sival_ptr: *mut c_void, // some fields omitted }

Fields

sival_int: c_int sival_ptr: *mut c_void

Trait Implementations

impl Copy for sigval
[src]

impl Clone for sigval
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more