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