Struct dioxus_html::rect
source · pub struct rect;
Expand description
Build a
<rect>
element.
Implementations§
Trait Implementations§
source§impl SvgAttributes for rect
impl SvgAttributes for rect
source§const prevent_default: AttributeDiscription = _
const prevent_default: AttributeDiscription = _
Prevent the default action for this element. Read more