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