pub struct LaunchWrapperReport {
pub path: PathBuf,
pub restore_count: usize,
pub tool_env_var_count: usize,
}Expand description
Result of generating the modde launch wrapper.
Fields§
§path: PathBuf§restore_count: usize§tool_env_var_count: usizeTrait Implementations§
Source§impl Clone for LaunchWrapperReport
impl Clone for LaunchWrapperReport
Source§fn clone(&self) -> LaunchWrapperReport
fn clone(&self) -> LaunchWrapperReport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for LaunchWrapperReport
impl RefUnwindSafe for LaunchWrapperReport
impl Send for LaunchWrapperReport
impl Sync for LaunchWrapperReport
impl Unpin for LaunchWrapperReport
impl UnsafeUnpin for LaunchWrapperReport
impl UnwindSafe for LaunchWrapperReport
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