Struct me3_framework::overlay::HoveredFile
source · [−]Expand description
A file about to be dropped into egui.
Fields
path: Option<PathBuf>
Set by the egui-winit
backend.
mime: String
With the eframe
web backend, this is set to the mime-type of the file (if available).
Trait Implementations
sourceimpl Clone for HoveredFile
impl Clone for HoveredFile
sourcefn clone(&self) -> HoveredFile
fn clone(&self) -> HoveredFile
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for HoveredFile
impl Debug for HoveredFile
sourceimpl Default for HoveredFile
impl Default for HoveredFile
sourcefn default() -> HoveredFile
fn default() -> HoveredFile
Returns the “default value” for a type. Read more
sourceimpl PartialEq<HoveredFile> for HoveredFile
impl PartialEq<HoveredFile> for HoveredFile
sourcefn eq(&self, other: &HoveredFile) -> bool
fn eq(&self, other: &HoveredFile) -> bool
impl StructuralPartialEq for HoveredFile
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more