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 · 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 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
Source§impl PartialEq for WindowAppearance
impl PartialEq for WindowAppearance
impl Copy for WindowAppearance
impl Eq for WindowAppearance
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 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