pub struct RetroSystemInfo { /* private fields */ }
Implementations§
Source§impl RetroSystemInfo
impl RetroSystemInfo
pub fn new<N: Into<String>, V: Into<String>>( name: N, version: V, ) -> RetroSystemInfo
pub fn with_valid_extensions(self, extensions: &[&str]) -> Self
pub fn with_block_extract(self) -> Self
pub fn with_need_full_path(self) -> Self
Auto Trait Implementations§
impl Freeze for RetroSystemInfo
impl RefUnwindSafe for RetroSystemInfo
impl Send for RetroSystemInfo
impl Sync for RetroSystemInfo
impl Unpin for RetroSystemInfo
impl UnwindSafe for RetroSystemInfo
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