Struct pixels_graphics_lib::ui::dir_panel::DirResult
source · pub struct DirResult {
pub path: String,
pub is_file: bool,
}
Fields§
§path: String
§is_file: bool
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DirResult
impl Send for DirResult
impl Sync for DirResult
impl Unpin for DirResult
impl UnwindSafe for DirResult
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