pub enum WindowFlag {
Async,
Back,
Front,
Borderless,
Resizable,
Transparent,
Unclosable,
}Variants§
Trait Implementations§
Source§impl Clone for WindowFlag
impl Clone for WindowFlag
Source§fn clone(&self) -> WindowFlag
fn clone(&self) -> WindowFlag
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WindowFlag
impl Debug for WindowFlag
impl Copy for WindowFlag
Auto Trait Implementations§
impl Freeze for WindowFlag
impl RefUnwindSafe for WindowFlag
impl Send for WindowFlag
impl Sync for WindowFlag
impl Unpin for WindowFlag
impl UnwindSafe for WindowFlag
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