Struct libmodbus_sys::siginfo_t__bindgen_ty_1__bindgen_ty_5
[−]
[src]
#[repr(C)]pub struct siginfo_t__bindgen_ty_1__bindgen_ty_5 { pub si_addr: *mut c_void, pub si_addr_lsb: c_short, pub _bounds: siginfo_t__bindgen_ty_1__bindgen_ty_5__bindgen_ty_1, }
Fields
si_addr: *mut c_void
si_addr_lsb: c_short
_bounds: siginfo_t__bindgen_ty_1__bindgen_ty_5__bindgen_ty_1
Trait Implementations
impl Copy for siginfo_t__bindgen_ty_1__bindgen_ty_5
[src]
impl Clone for siginfo_t__bindgen_ty_1__bindgen_ty_5
[src]
fn clone(&self) -> siginfo_t__bindgen_ty_1__bindgen_ty_5
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more