Struct gtk4_sys::GtkFileDialog
source · #[repr(C)]pub struct GtkFileDialog { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
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