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