#[repr(C, packed)]pub struct param_union_extended {
pub __bindgen_anon_1: param_union_extended__bindgen_ty_1,
}
Fields§
§__bindgen_anon_1: param_union_extended__bindgen_ty_1
Trait Implementations§
source§impl Clone for param_union_extended
impl Clone for param_union_extended
source§fn clone(&self) -> param_union_extended
fn clone(&self) -> param_union_extended
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