Struct cups_sys::sigvec [] [src]

#[repr(C)]
pub struct sigvec { pub sv_handler: Option<unsafe extern "C" fn(_: c_int)>, pub sv_mask: c_int, pub sv_flags: c_int, }

Fields

Trait Implementations

impl Debug for sigvec
[src]

[src]

Formats the value using the given formatter.

impl Copy for sigvec
[src]

impl Clone for sigvec
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more