Struct libxmlb_sys::XbValueBindings
source · #[repr(C)]pub struct XbValueBindings {
pub dummy0: c_int,
pub dummy1: [gpointer; 2],
pub dummy2: c_int,
pub dummy3: [gpointer; 2],
pub dummy4: c_int,
pub dummy5: [gpointer; 2],
pub dummy6: c_int,
pub dummy7: [gpointer; 2],
pub dummy8: [gpointer; 3],
}Fields§
§dummy0: c_int§dummy1: [gpointer; 2]§dummy2: c_int§dummy3: [gpointer; 2]§dummy4: c_int§dummy5: [gpointer; 2]§dummy6: c_int§dummy7: [gpointer; 2]§dummy8: [gpointer; 3]Trait Implementations§
source§impl Clone for XbValueBindings
impl Clone for XbValueBindings
source§fn clone(&self) -> XbValueBindings
fn clone(&self) -> XbValueBindings
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