Struct libmodbus_sys::siginfo_t__bindgen_ty_1__bindgen_ty_7
[−]
[src]
#[repr(C)]pub struct siginfo_t__bindgen_ty_1__bindgen_ty_7 { pub _call_addr: *mut c_void, pub _syscall: c_int, pub _arch: c_uint, }
Fields
_call_addr: *mut c_void
_syscall: c_int
_arch: c_uint
Trait Implementations
impl Debug for siginfo_t__bindgen_ty_1__bindgen_ty_7
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for siginfo_t__bindgen_ty_1__bindgen_ty_7
[src]
impl Clone for siginfo_t__bindgen_ty_1__bindgen_ty_7
[src]
fn clone(&self) -> siginfo_t__bindgen_ty_1__bindgen_ty_7
[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