pub struct ConsoleLaunchOptions {
pub window_title: Option<String>,
}
Expand description
Options to configure a new console window during launch.
Fields§
§window_title: Option<String>
If supplied, sets the title of the console window.
Trait Implementations§
Source§impl Default for ConsoleLaunchOptions
impl Default for ConsoleLaunchOptions
Source§fn default() -> ConsoleLaunchOptions
fn default() -> ConsoleLaunchOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ConsoleLaunchOptions
impl RefUnwindSafe for ConsoleLaunchOptions
impl Send for ConsoleLaunchOptions
impl Sync for ConsoleLaunchOptions
impl Unpin for ConsoleLaunchOptions
impl UnwindSafe for ConsoleLaunchOptions
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