pub struct WrapperEntry {
pub exe: String,
pub args: String,
}Expand description
A wrapper binary to chain before the game executable.
Fields§
§exe: String§args: StringTrait Implementations§
Source§impl Clone for WrapperEntry
impl Clone for WrapperEntry
Source§fn clone(&self) -> WrapperEntry
fn clone(&self) -> WrapperEntry
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 WrapperEntry
impl RefUnwindSafe for WrapperEntry
impl Send for WrapperEntry
impl Sync for WrapperEntry
impl Unpin for WrapperEntry
impl UnsafeUnpin for WrapperEntry
impl UnwindSafe for WrapperEntry
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