Union libmodbus_sys::sigval [] [src]

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