pub struct GtkBuilder { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !Send for GtkBuilder
impl !Sync for GtkBuilder
impl !Unpin for GtkBuilder
impl Freeze for GtkBuilder
impl RefUnwindSafe for GtkBuilder
impl UnsafeUnpin 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