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