Struct yew_feather::IconProps
source · [−]pub struct IconProps {
pub class: &'static str,
pub size: &'static str,
pub fill: &'static str,
pub color: &'static str,
pub stroke_width: &'static str,
pub stroke_linecap: &'static str,
pub stroke_linejoin: &'static str,
}Fields
class: &'static strsize: &'static strfill: &'static strcolor: &'static strstroke_width: &'static strstroke_linecap: &'static strstroke_linejoin: &'static strTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IconProps
impl UnwindSafe for IconProps
Blanket Implementations
Mutably borrows from an owned value. Read more
Convert self to a value of a Properties struct.
Convert self to a value of a Properties struct.