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