pub enum WindowRole {
Main,
Auxiliary,
}Variants§
Trait Implementations§
Source§impl Clone for WindowRole
impl Clone for WindowRole
Source§fn clone(&self) -> WindowRole
fn clone(&self) -> WindowRole
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 WindowRole
impl Debug for WindowRole
Source§impl Default for WindowRole
impl Default for WindowRole
Source§fn default() -> WindowRole
fn default() -> WindowRole
Returns the “default value” for a type. Read more
Source§impl PartialEq for WindowRole
impl PartialEq for WindowRole
impl Copy for WindowRole
impl Eq for WindowRole
impl StructuralPartialEq for WindowRole
Auto Trait Implementations§
impl Freeze for WindowRole
impl RefUnwindSafe for WindowRole
impl Send for WindowRole
impl Sync for WindowRole
impl Unpin for WindowRole
impl UnsafeUnpin for WindowRole
impl UnwindSafe for WindowRole
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