pub struct SteamInstallFinder {
pub library_folders: LibraryFolders,
}Fields§
§library_folders: LibraryFoldersImplementations§
Source§impl SteamInstallFinder
impl SteamInstallFinder
pub fn find_ksp2_dir(&mut self) -> Option<PathBuf>
pub fn find_ksp1_dir(&mut self) -> Option<PathBuf>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SteamInstallFinder
impl RefUnwindSafe for SteamInstallFinder
impl Send for SteamInstallFinder
impl Sync for SteamInstallFinder
impl Unpin for SteamInstallFinder
impl UnsafeUnpin for SteamInstallFinder
impl UnwindSafe for SteamInstallFinder
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