pub struct SimpleWithMount;Expand description
A GameInfoProvider that also parses mount.cfg for additional search paths,
typically found in Source engine games like Garry’s Mod or P2CE.
Trait Implementations§
Source§impl GameInfoProvider for SimpleWithMount
impl GameInfoProvider for SimpleWithMount
Auto Trait Implementations§
impl Freeze for SimpleWithMount
impl RefUnwindSafe for SimpleWithMount
impl Send for SimpleWithMount
impl Sync for SimpleWithMount
impl Unpin for SimpleWithMount
impl UnsafeUnpin for SimpleWithMount
impl UnwindSafe for SimpleWithMount
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