pub struct PsxConfig {
pub stdout_debug: bool,
pub fast_boot: bool,
}
Fields§
§stdout_debug: bool
§fast_boot: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PsxConfig
impl RefUnwindSafe for PsxConfig
impl Send for PsxConfig
impl Sync for PsxConfig
impl Unpin for PsxConfig
impl UnwindSafe for PsxConfig
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