pub struct IconDir { /* private fields */ }
Expand description
Struct that holds information about a directory containing a set of icons with a particular size.
Implementations§
Trait Implementations§
impl Eq for IconDir
impl StructuralPartialEq for IconDir
Auto Trait Implementations§
impl Freeze for IconDir
impl RefUnwindSafe for IconDir
impl Send for IconDir
impl Sync for IconDir
impl Unpin for IconDir
impl UnwindSafe for IconDir
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