pub struct OpenDialogInnerWidgets {
pub gtk_filechoosernative_22: FileChooserNative,
}Expand description
Widgets of the open dialog component.
Fields§
§gtk_filechoosernative_22: FileChooserNativeTrait Implementations§
Auto Trait Implementations§
impl Freeze for OpenDialogInnerWidgets
impl RefUnwindSafe for OpenDialogInnerWidgets
impl !Send for OpenDialogInnerWidgets
impl !Sync for OpenDialogInnerWidgets
impl Unpin for OpenDialogInnerWidgets
impl UnwindSafe for OpenDialogInnerWidgets
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