pub(crate) struct SearchPathsEnvironment {
pub(crate) home: Option<String>,
pub(crate) xcursor_path: Option<String>,
pub(crate) xdg_data_home: Option<String>,
pub(crate) xdg_data_dirs: Option<String>,
}
Fields§
§home: Option<String>
§xcursor_path: Option<String>
§xdg_data_home: Option<String>
§xdg_data_dirs: Option<String>
Implementations§
Trait Implementations§
Source§impl Default for SearchPathsEnvironment
impl Default for SearchPathsEnvironment
Source§fn default() -> SearchPathsEnvironment
fn default() -> SearchPathsEnvironment
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SearchPathsEnvironment
impl RefUnwindSafe for SearchPathsEnvironment
impl Send for SearchPathsEnvironment
impl Sync for SearchPathsEnvironment
impl Unpin for SearchPathsEnvironment
impl UnwindSafe for SearchPathsEnvironment
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