Union libmodbus_sys::siginfo_t__bindgen_ty_1__bindgen_ty_5__bindgen_ty_1
[−]
[src]
#[repr(C)]pub union siginfo_t__bindgen_ty_1__bindgen_ty_5__bindgen_ty_1 { pub _addr_bnd: siginfo_t__bindgen_ty_1__bindgen_ty_5__bindgen_ty_1__bindgen_ty_1, pub _pkey: __uint32_t, // some fields omitted }
Fields
_addr_bnd: siginfo_t__bindgen_ty_1__bindgen_ty_5__bindgen_ty_1__bindgen_ty_1
_pkey: __uint32_t
Trait Implementations
impl Copy for siginfo_t__bindgen_ty_1__bindgen_ty_5__bindgen_ty_1
[src]
impl Clone for siginfo_t__bindgen_ty_1__bindgen_ty_5__bindgen_ty_1
[src]
fn clone(&self) -> siginfo_t__bindgen_ty_1__bindgen_ty_5__bindgen_ty_1
[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