Struct libmodbus_sys::sigstack [] [src]

pub struct sigstack {
    pub ss_sp: *mut c_void,
    pub ss_onstack: c_int,
}

Fields

Trait Implementations

impl Debug for sigstack
[src]

[src]
[]

Formats the value using the given formatter. Read more

impl Copy for sigstack
[src]

impl Clone for sigstack
[src]

[src]
[]

Returns a copy of the value. Read more

1.0.0
[src]
[]

Performs copy-assignment from source. Read more