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