#[repr(C)]pub struct GtkBuilder { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GtkBuilder
impl RefUnwindSafe for GtkBuilder
impl !Send for GtkBuilder
impl !Sync for GtkBuilder
impl !Unpin for GtkBuilder
impl UnwindSafe for GtkBuilder
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