#[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 duplicate 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 moreSource§impl Debug for XbQueryContext
impl Debug for XbQueryContext
impl Copy for XbQueryContext
Auto Trait Implementations§
impl Freeze for XbQueryContext
impl RefUnwindSafe for XbQueryContext
impl !Send for XbQueryContext
impl !Sync for XbQueryContext
impl Unpin for XbQueryContext
impl UnwindSafe for XbQueryContext
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more