Struct libmodbus_sys::stack_t [] [src]

pub struct stack_t {
    pub ss_sp: *mut c_void,
    pub ss_flags: c_int,
    pub ss_size: usize,
}

Fields

Trait Implementations

impl Debug for stack_t
[src]

[src]
[]

Formats the value using the given formatter. Read more

impl Copy for stack_t
[src]

impl Clone for stack_t
[src]

[src]
[]

Returns a copy of the value. Read more

1.0.0
[src]
[]

Performs copy-assignment from source. Read more