Struct libmodbus_sys::sigaltstack [] [src]

#[repr(C)]
pub struct sigaltstack { pub ss_sp: *mut c_void, pub ss_flags: c_int, pub ss_size: usize, }

Fields

Trait Implementations

impl Debug for sigaltstack
[src]

Formats the value using the given formatter.

impl Copy for sigaltstack
[src]

impl Clone for sigaltstack
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more