#[repr(C)]pub struct XbValueBindings {}
Fields§
§dummy0: u8
§dummy1: u32
§dummy2: [gpointer; 2]
§dummy3: u8
§dummy4: u32
§dummy5: [gpointer; 2]
§dummy6: u8
§dummy7: u32
§dummy8: [gpointer; 2]
§dummy9: u8
§dummy10: u32
§dummy11: [gpointer; 2]
§dummy12: [gpointer; 3]
Trait Implementations§
Source§impl Clone for XbValueBindings
impl Clone for XbValueBindings
Source§fn clone(&self) -> XbValueBindings
fn clone(&self) -> XbValueBindings
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 XbValueBindings
impl Debug for XbValueBindings
impl Copy for XbValueBindings
Auto Trait Implementations§
impl Freeze for XbValueBindings
impl RefUnwindSafe for XbValueBindings
impl !Send for XbValueBindings
impl !Sync for XbValueBindings
impl Unpin for XbValueBindings
impl UnwindSafe for XbValueBindings
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