pub struct Params { /* private fields */ }
Expand description
Parameters to split a SRM file
Implementations§
Source§impl Params
impl Params
Sourcepub fn set_output_mupen_pack(self, output_mupen: bool) -> Self
pub fn set_output_mupen_pack(self, output_mupen: bool) -> Self
Sets to output a mupen pack file instead of each controller pack
Sourcepub fn set_out_dir<P>(self, out_dir: Option<P>) -> Self
pub fn set_out_dir<P>(self, out_dir: Option<P>) -> Self
Sets the output directory
Trait Implementations§
Source§impl Converter for Params
impl Converter for Params
Source§type Validation = Validation
type Validation = Validation
The validation type
Source§fn validate(&self) -> Self::Validation
fn validate(&self) -> Self::Validation
Validates the parameters
impl StructuralPartialEq for Params
Auto Trait Implementations§
impl Freeze for Params
impl RefUnwindSafe for Params
impl Send for Params
impl Sync for Params
impl Unpin for Params
impl UnwindSafe for Params
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