pub struct IconConfig {
pub selection: IconSelection,
pub styles: Vec<MdiStyle>,
pub output_file: PathBuf,
}Expand description
Icon build configuration
Fields§
§selection: IconSelectionWhich icons to include
styles: Vec<MdiStyle>Which styles to include (for MDI icons that have both)
output_file: PathBufOutput file path for generated Rust code
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IconConfig
impl RefUnwindSafe for IconConfig
impl Send for IconConfig
impl Sync for IconConfig
impl Unpin for IconConfig
impl UnsafeUnpin for IconConfig
impl UnwindSafe for IconConfig
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