pub struct Icon<'a> {
pub name: &'a CStr,
pub image_list: ImageList<'a>,
}Expand description
An icon, identified by its name, and the list of images provided by the icon theme for this icon.
Fields§
§name: &'a CStr§image_list: ImageList<'a>Trait Implementations§
impl<'a> Copy for Icon<'a>
Auto Trait Implementations§
impl<'a> Freeze for Icon<'a>
impl<'a> RefUnwindSafe for Icon<'a>
impl<'a> Send for Icon<'a>
impl<'a> Sync for Icon<'a>
impl<'a> Unpin for Icon<'a>
impl<'a> UnwindSafe for Icon<'a>
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