pub struct SaveDialogWidgets {
pub gtk_filechoosernative_23: FileChooserNative,
}Expand description
Widgets of the save dialog component.
Fields§
§gtk_filechoosernative_23: FileChooserNativeTrait Implementations§
Auto Trait Implementations§
impl Freeze for SaveDialogWidgets
impl RefUnwindSafe for SaveDialogWidgets
impl !Send for SaveDialogWidgets
impl !Sync for SaveDialogWidgets
impl Unpin for SaveDialogWidgets
impl UnwindSafe for SaveDialogWidgets
Blanket Implementations§
Source§impl<C> AsyncPosition<()> for C
impl<C> AsyncPosition<()> for C
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