Struct gtk_sys::_GtkFileChooserDialogPrivate
source · [−]#[repr(C)]pub struct _GtkFileChooserDialogPrivate(_);Auto Trait Implementations
impl RefUnwindSafe for _GtkFileChooserDialogPrivate
impl Send for _GtkFileChooserDialogPrivate
impl Sync for _GtkFileChooserDialogPrivate
impl Unpin for _GtkFileChooserDialogPrivate
impl UnwindSafe for _GtkFileChooserDialogPrivate
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