Struct tauri_runtime_wry::WryIcon
source · pub struct WryIcon(pub Icon);
Expand description
Wrapper around a wry::application::window::Icon
that can be created from an Icon
.
Tuple Fields§
§0: Icon
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WryIcon
impl RefUnwindSafe for WryIcon
impl Send for WryIcon
impl Sync for WryIcon
impl Unpin for WryIcon
impl UnwindSafe for WryIcon
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