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