pub struct IntegrationPaths {
pub symlinks_dir: PathBuf,
pub xdg_applications_dir: PathBuf,
pub icons_dir: PathBuf,
}Expand description
Paths for system integration (symlinks, XDG dirs)
Fields§
§symlinks_dir: PathBuf§xdg_applications_dir: PathBuf§icons_dir: PathBufImplementations§
Auto Trait Implementations§
impl Freeze for IntegrationPaths
impl RefUnwindSafe for IntegrationPaths
impl Send for IntegrationPaths
impl Sync for IntegrationPaths
impl Unpin for IntegrationPaths
impl UnsafeUnpin for IntegrationPaths
impl UnwindSafe for IntegrationPaths
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