pub struct IconKey { /* private fields */ }Expand description
Key that is used for checking whether a window icon has changed -
this way azul doesn’t need to diff the actual bytes, just the icon key.
Use IconKey::new() to generate a new, unique key
Implementations§
Trait Implementations§
Source§impl Ord for IconKey
impl Ord for IconKey
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for IconKey
impl PartialOrd for IconKey
impl Copy for IconKey
impl Eq for IconKey
impl StructuralPartialEq for IconKey
Auto Trait Implementations§
impl Freeze for IconKey
impl RefUnwindSafe for IconKey
impl Send for IconKey
impl Sync for IconKey
impl Unpin for IconKey
impl UnsafeUnpin for IconKey
impl UnwindSafe for IconKey
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