pub struct CreateWinArgs<'s> {
pub title: &'s str,
pub width: i32,
pub height: i32,
pub allow_high_dpi: bool,
pub borderless: bool,
pub resizable: bool,
}Fields§
§title: &'s str§width: i32§height: i32§allow_high_dpi: bool§borderless: bool§resizable: boolTrait Implementations§
Auto Trait Implementations§
impl<'s> Freeze for CreateWinArgs<'s>
impl<'s> RefUnwindSafe for CreateWinArgs<'s>
impl<'s> Send for CreateWinArgs<'s>
impl<'s> Sync for CreateWinArgs<'s>
impl<'s> Unpin for CreateWinArgs<'s>
impl<'s> UnwindSafe for CreateWinArgs<'s>
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