Struct relm4_components::save_dialog::SaveDialogWidgets
source · pub struct SaveDialogWidgets {
pub _gtk_filechoosernative_7: FileChooserNative,
}Expand description
Widgets of the save dialog component.
Fields§
§_gtk_filechoosernative_7: FileChooserNativeTrait Implementations§
Auto Trait Implementations§
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