Enum orbclient::WindowFlag
source · 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 copy 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 more