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
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 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)