[][src]Struct arwa::html::HtmlProgressElement

pub struct HtmlProgressElement { /* fields omitted */ }

Methods

impl HtmlProgressElement[src]

pub fn value(&self) -> f64[src]

pub fn set_value(&self, value: f64)[src]

pub fn max(&self) -> f64[src]

pub fn set_max(&self, max: f64)[src]

pub fn position(&self) -> Option<f64>[src]

pub fn labels(&self) -> Labels[src]

Trait Implementations

impl AsRef<Element> for HtmlProgressElement[src]

impl AsRef<EventTarget> for HtmlProgressElement[src]

impl AsRef<HtmlElement> for HtmlProgressElement[src]

impl AsRef<HtmlProgressElement> for HtmlProgressElement[src]

impl AsRef<Node> for HtmlProgressElement[src]

impl Clone for HtmlProgressElement[src]

impl Element for HtmlProgressElement[src]

impl From<HtmlProgressElement> for HtmlProgressElement[src]

impl From<HtmlProgressElement> for GenericHtmlElement[src]

impl From<HtmlProgressElement> for GenericElement[src]

impl From<HtmlProgressElement> for GenericNode[src]

impl GlobalEventHandlers for HtmlProgressElement[src]

impl HtmlElement for HtmlProgressElement[src]

impl Node for HtmlProgressElement[src]

impl TryFrom<GenericElement> for HtmlProgressElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericHtmlElement> for HtmlProgressElement[src]

type Error = InvalidCast<GenericHtmlElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericNode> for HtmlProgressElement[src]

type Error = InvalidCast<GenericNode>

The type returned in the event of a conversion error.

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.