Struct accessibility_tree::dom::ElementData
source · pub struct ElementData {
pub name: QualName,
pub attrs: Vec<Attribute>,
pub mathml_annotation_xml_integration_point: bool,
pub layout_data: AtomicRefCell<LayoutDataForElement>,
pub css_local_name: CssLocalName,
}
Fields§
§name: QualName
§attrs: Vec<Attribute>
§mathml_annotation_xml_integration_point: bool
§layout_data: AtomicRefCell<LayoutDataForElement>
§css_local_name: CssLocalName
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ElementData
impl Send for ElementData
impl Sync for ElementData
impl Unpin for ElementData
impl UnwindSafe for ElementData
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