pub struct WindowClassAppearance {
pub background_brush: Option<Rc<Brush>>,
pub icon: Option<Rc<Icon>>,
pub cursor: Option<Rc<Cursor>>,
}Available on crate feature
ui only.Fields§
§background_brush: Option<Rc<Brush>>§icon: Option<Rc<Icon>>§cursor: Option<Rc<Cursor>>Implementations§
Trait Implementations§
Source§impl Clone for WindowClassAppearance
impl Clone for WindowClassAppearance
Source§fn clone(&self) -> WindowClassAppearance
fn clone(&self) -> WindowClassAppearance
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 WindowClassAppearance
impl Debug for WindowClassAppearance
Auto Trait Implementations§
impl Freeze for WindowClassAppearance
impl RefUnwindSafe for WindowClassAppearance
impl !Send for WindowClassAppearance
impl !Sync for WindowClassAppearance
impl Unpin for WindowClassAppearance
impl UnwindSafe for WindowClassAppearance
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