pub struct P2GameInfo;Expand description
Portal 2 has a unique feature: DLC folders. They aren’t added to SearchPaths; the game automatically mounts the content if it exists, incrementing the DLC number
Trait Implementations§
Source§impl GameInfoProvider for P2GameInfo
impl GameInfoProvider for P2GameInfo
Auto Trait Implementations§
impl Freeze for P2GameInfo
impl RefUnwindSafe for P2GameInfo
impl Send for P2GameInfo
impl Sync for P2GameInfo
impl Unpin for P2GameInfo
impl UnsafeUnpin for P2GameInfo
impl UnwindSafe for P2GameInfo
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