Struct gtk_sys::_GtkRecentChooserWidgetPrivate
source · [−]#[repr(C)]pub struct _GtkRecentChooserWidgetPrivate { /* private fields */ }
Auto Trait Implementations
impl RefUnwindSafe for _GtkRecentChooserWidgetPrivate
impl !Send for _GtkRecentChooserWidgetPrivate
impl !Sync for _GtkRecentChooserWidgetPrivate
impl !Unpin for _GtkRecentChooserWidgetPrivate
impl UnwindSafe for _GtkRecentChooserWidgetPrivate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more