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