pub struct OpenDialogInnerWidgets {
pub _gtk_filechoosernative_6: FileChooserNative,
}Expand description
Widgets of the open dialog component.
Fields§
§_gtk_filechoosernative_6: FileChooserNativeTrait Implementations§
Auto Trait Implementations§
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