pub struct WindowAppearance {
pub style: WindowStyle,
pub extended_style: WindowExtendedStyle,
}Available on crate feature
ui only.Fields§
§style: WindowStyle§extended_style: WindowExtendedStyleTrait Implementations§
Source§impl Clone for WindowAppearance
impl Clone for WindowAppearance
Source§fn clone(&self) -> WindowAppearance
fn clone(&self) -> WindowAppearance
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 WindowAppearance
Source§impl Debug for WindowAppearance
impl Debug for WindowAppearance
Source§impl Default for WindowAppearance
impl Default for WindowAppearance
Source§fn default() -> WindowAppearance
fn default() -> WindowAppearance
Returns the “default value” for a type. Read more
impl Eq for WindowAppearance
Source§impl PartialEq for WindowAppearance
impl PartialEq for WindowAppearance
Source§fn eq(&self, other: &WindowAppearance) -> bool
fn eq(&self, other: &WindowAppearance) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WindowAppearance
Auto Trait Implementations§
impl Freeze for WindowAppearance
impl RefUnwindSafe for WindowAppearance
impl Send for WindowAppearance
impl Sync for WindowAppearance
impl Unpin for WindowAppearance
impl UnsafeUnpin for WindowAppearance
impl UnwindSafe for WindowAppearance
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