pub enum WindowIcon {
Small {
key: IconKey,
rgba_bytes: Vec<u8>,
},
Large {
key: IconKey,
rgba_bytes: Vec<u8>,
},
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for WindowIcon
impl Clone for WindowIcon
Source§fn clone(&self) -> WindowIcon
fn clone(&self) -> WindowIcon
Returns a copy 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 WindowIcon
impl Debug for WindowIcon
Source§impl Hash for WindowIcon
impl Hash for WindowIcon
Source§impl Ord for WindowIcon
impl Ord for WindowIcon
Source§impl PartialEq for WindowIcon
impl PartialEq for WindowIcon
Source§impl PartialOrd for WindowIcon
impl PartialOrd for WindowIcon
impl Eq for WindowIcon
Auto Trait Implementations§
impl Freeze for WindowIcon
impl RefUnwindSafe for WindowIcon
impl Send for WindowIcon
impl Sync for WindowIcon
impl Unpin for WindowIcon
impl UnwindSafe for WindowIcon
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
)