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