pub struct menu {
pub attributes: <menu as TypedElement>::Attributes,
pub other_attributes: Vec<(String, Option<String>), Global>,
}
Available on crate feature
typed
only.Fields§
§attributes: <menu as TypedElement>::Attributes
§other_attributes: Vec<(String, Option<String>), Global>
Trait Implementations§
§type Attributes = MenuAttributes
type Attributes = MenuAttributes
The attributes of the element.
source§fn from_attributes(
attributes: <menu as TypedElement>::Attributes,
other_attributes: Vec<(String, Option<String>), Global>
) -> menu
fn from_attributes( attributes: <menu as TypedElement>::Attributes, other_attributes: Vec<(String, Option<String>), Global> ) -> menu
Create an element from its attributes.