Struct librobotcontrol_sys::param_union
source · #[repr(C, packed)]pub struct param_union {
pub __bindgen_anon_1: param_union__bindgen_ty_1,
pub type_: u8,
}
Fields§
§__bindgen_anon_1: param_union__bindgen_ty_1
§type_: u8
Trait Implementations§
source§impl Clone for param_union
impl Clone for param_union
source§fn clone(&self) -> param_union
fn clone(&self) -> param_union
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more