pub struct picture {
pub attributes: <picture as TypedElement>::Attributes,
pub other_attributes: Vec<(String, Option<String>)>,
}
Available on crate feature
typed
only.Fields§
§attributes: <picture as TypedElement>::Attributes
§other_attributes: Vec<(String, Option<String>)>
Trait Implementations§
Source§impl TypedElement for picture
impl TypedElement for picture
Source§type Attributes = PictureAttributes
type Attributes = PictureAttributes
The attributes of the element.
Source§fn from_attributes(
attributes: <picture as TypedElement>::Attributes,
other_attributes: Vec<(String, Option<String>)>,
) -> picture
fn from_attributes( attributes: <picture as TypedElement>::Attributes, other_attributes: Vec<(String, Option<String>)>, ) -> picture
Create an element from its attributes.
Auto Trait Implementations§
impl Freeze for picture
impl RefUnwindSafe for picture
impl Send for picture
impl Sync for picture
impl Unpin for picture
impl UnwindSafe for picture
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