Struct ExFileDialogShow
pub struct ExFileDialogShow<'ex> { /* private fields */ }Expand description
Default-param extender for DisplayServer::file_dialog_show_ex.
Implementations§
§impl<'ex> ExFileDialogShow<'ex>
impl<'ex> ExFileDialogShow<'ex>
pub fn parent_window_id(self, parent_window_id: i32) -> ExFileDialogShow<'ex>
pub fn done(self) -> Error
Auto Trait Implementations§
impl<'ex> Freeze for ExFileDialogShow<'ex>
impl<'ex> RefUnwindSafe for ExFileDialogShow<'ex>
impl<'ex> !Send for ExFileDialogShow<'ex>
impl<'ex> !Sync for ExFileDialogShow<'ex>
impl<'ex> Unpin for ExFileDialogShow<'ex>
impl<'ex> !UnwindSafe for ExFileDialogShow<'ex>
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