pub struct WindowSpec { /* private fields */ }Expand description
A window specification. Compiled to the string form the server expects.
Construct via the windows helpers — never instantiate directly unless
you’ve validated the raw string against WindowEngine.parseSpec.
Implementations§
Trait Implementations§
Source§impl Clone for WindowSpec
impl Clone for WindowSpec
Source§fn clone(&self) -> WindowSpec
fn clone(&self) -> WindowSpec
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 moreSource§impl Debug for WindowSpec
impl Debug for WindowSpec
Source§impl Display for WindowSpec
impl Display for WindowSpec
Source§impl Hash for WindowSpec
impl Hash for WindowSpec
Source§impl PartialEq for WindowSpec
impl PartialEq for WindowSpec
Source§fn eq(&self, other: &WindowSpec) -> bool
fn eq(&self, other: &WindowSpec) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for WindowSpec
impl StructuralPartialEq for WindowSpec
Auto Trait Implementations§
impl Freeze for WindowSpec
impl RefUnwindSafe for WindowSpec
impl Send for WindowSpec
impl Sync for WindowSpec
impl Unpin for WindowSpec
impl UnsafeUnpin for WindowSpec
impl UnwindSafe for WindowSpec
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