pub struct IconFile { /* private fields */ }
Expand description
Struct containing information about a single icon file on disk.
Implementations§
Trait Implementations§
impl Eq for IconFile
impl StructuralPartialEq for IconFile
Auto Trait Implementations§
impl Freeze for IconFile
impl RefUnwindSafe for IconFile
impl Send for IconFile
impl Sync for IconFile
impl Unpin for IconFile
impl UnwindSafe for IconFile
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