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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WindowRole
Source§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
impl Eq for WindowRole
Source§impl PartialEq for WindowRole
impl PartialEq for WindowRole
Source§fn eq(&self, other: &WindowRole) -> bool
fn eq(&self, other: &WindowRole) -> bool
Tests for
self and other values to be equal, and is used by ==.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