#[repr(C)]pub struct XbBuilderSourceCtx {
pub parent_instance: GObject,
}
Fields§
§parent_instance: GObject
Trait Implementations§
Source§impl Clone for XbBuilderSourceCtx
impl Clone for XbBuilderSourceCtx
Source§fn clone(&self) -> XbBuilderSourceCtx
fn clone(&self) -> XbBuilderSourceCtx
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 XbBuilderSourceCtx
impl Debug for XbBuilderSourceCtx
impl Copy for XbBuilderSourceCtx
Auto Trait Implementations§
impl Freeze for XbBuilderSourceCtx
impl RefUnwindSafe for XbBuilderSourceCtx
impl !Send for XbBuilderSourceCtx
impl !Sync for XbBuilderSourceCtx
impl Unpin for XbBuilderSourceCtx
impl UnwindSafe for XbBuilderSourceCtx
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