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