pub struct ICONS { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ICONS
impl RefUnwindSafe for ICONS
impl Send for ICONS
impl Sync for ICONS
impl Unpin for ICONS
impl UnwindSafe for ICONS
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