Struct egui::HoveredFile [−][src]
Expand description
A file about to be dropped into egui.
Fields
path: Option<PathBuf>Set by the egui_glium backend.
mime: StringWith the egui_web backend, this is set to the mime-type of the file (if available).
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for HoveredFile
impl Send for HoveredFile
impl Sync for HoveredFile
impl Unpin for HoveredFile
impl UnwindSafe for HoveredFile
Blanket Implementations
Mutably borrows from an owned value. Read more