[][src]Struct web_sys::VttCue

#[repr(transparent)]pub struct VttCue { /* fields omitted */ }

The VttCue class.

MDN Documentation

This API requires the following crate features to be activated: VttCue

Methods

impl VttCue[src]

pub fn region(&self) -> Option<VttRegion>[src]

Getter for the region field of this object.

MDN Documentation

This API requires the following crate features to be activated: VttCue, VttRegion

impl VttCue[src]

pub fn set_region(&self, value: Option<&VttRegion>)[src]

Setter for the region field of this object.

MDN Documentation

This API requires the following crate features to be activated: VttCue, VttRegion

impl VttCue[src]

pub fn vertical(&self) -> DirectionSetting[src]

Getter for the vertical field of this object.

MDN Documentation

This API requires the following crate features to be activated: DirectionSetting, VttCue

impl VttCue[src]

pub fn set_vertical(&self, value: DirectionSetting)[src]

Setter for the vertical field of this object.

MDN Documentation

This API requires the following crate features to be activated: DirectionSetting, VttCue

impl VttCue[src]

pub fn snap_to_lines(&self) -> bool[src]

Getter for the snapToLines field of this object.

MDN Documentation

This API requires the following crate features to be activated: VttCue

impl VttCue[src]

pub fn set_snap_to_lines(&self, value: bool)[src]

Setter for the snapToLines field of this object.

MDN Documentation

This API requires the following crate features to be activated: VttCue

impl VttCue[src]

pub fn line(&self) -> JsValue[src]

Getter for the line field of this object.

MDN Documentation

This API requires the following crate features to be activated: VttCue

impl VttCue[src]

pub fn set_line(&self, value: &JsValue)[src]

Setter for the line field of this object.

MDN Documentation

This API requires the following crate features to be activated: VttCue

impl VttCue[src]

pub fn line_align(&self) -> LineAlignSetting[src]

Getter for the lineAlign field of this object.

MDN Documentation

This API requires the following crate features to be activated: LineAlignSetting, VttCue

impl VttCue[src]

pub fn set_line_align(&self, value: LineAlignSetting)[src]

Setter for the lineAlign field of this object.

MDN Documentation

This API requires the following crate features to be activated: LineAlignSetting, VttCue

impl VttCue[src]

pub fn position(&self) -> JsValue[src]

Getter for the position field of this object.

MDN Documentation

This API requires the following crate features to be activated: VttCue

impl VttCue[src]

pub fn set_position(&self, value: &JsValue)[src]

Setter for the position field of this object.

MDN Documentation

This API requires the following crate features to be activated: VttCue

impl VttCue[src]

pub fn position_align(&self) -> PositionAlignSetting[src]

Getter for the positionAlign field of this object.

MDN Documentation

This API requires the following crate features to be activated: PositionAlignSetting, VttCue

impl VttCue[src]

pub fn set_position_align(&self, value: PositionAlignSetting)[src]

Setter for the positionAlign field of this object.

MDN Documentation

This API requires the following crate features to be activated: PositionAlignSetting, VttCue

impl VttCue[src]

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

Getter for the size field of this object.

MDN Documentation

This API requires the following crate features to be activated: VttCue

impl VttCue[src]

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

Setter for the size field of this object.

MDN Documentation

This API requires the following crate features to be activated: VttCue

impl VttCue[src]

pub fn align(&self) -> AlignSetting[src]

Getter for the align field of this object.

MDN Documentation

This API requires the following crate features to be activated: AlignSetting, VttCue

impl VttCue[src]

pub fn set_align(&self, value: AlignSetting)[src]

Setter for the align field of this object.

MDN Documentation

This API requires the following crate features to be activated: AlignSetting, VttCue

impl VttCue[src]

pub fn text(&self) -> String[src]

Getter for the text field of this object.

MDN Documentation

This API requires the following crate features to be activated: VttCue

impl VttCue[src]

pub fn set_text(&self, value: &str)[src]

Setter for the text field of this object.

MDN Documentation

This API requires the following crate features to be activated: VttCue

impl VttCue[src]

pub fn new(
    start_time: f64,
    end_time: f64,
    text: &str
) -> Result<VttCue, JsValue>
[src]

The new VttCue(..) constructor, creating a new instance of VttCue.

MDN Documentation

This API requires the following crate features to be activated: VttCue

impl VttCue[src]

pub fn get_cue_as_html(&self) -> DocumentFragment[src]

The getCueAsHTML() method.

MDN Documentation

This API requires the following crate features to be activated: DocumentFragment, VttCue

Methods from Deref<Target = TextTrackCue>

pub fn track(&self) -> Option<TextTrack>[src]

Getter for the track field of this object.

MDN Documentation

This API requires the following crate features to be activated: TextTrack, TextTrackCue

pub fn id(&self) -> String[src]

Getter for the id field of this object.

MDN Documentation

This API requires the following crate features to be activated: TextTrackCue

pub fn set_id(&self, value: &str)[src]

Setter for the id field of this object.

MDN Documentation

This API requires the following crate features to be activated: TextTrackCue

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

Getter for the startTime field of this object.

MDN Documentation

This API requires the following crate features to be activated: TextTrackCue

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

Setter for the startTime field of this object.

MDN Documentation

This API requires the following crate features to be activated: TextTrackCue

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

Getter for the endTime field of this object.

MDN Documentation

This API requires the following crate features to be activated: TextTrackCue

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

Setter for the endTime field of this object.

MDN Documentation

This API requires the following crate features to be activated: TextTrackCue

pub fn pause_on_exit(&self) -> bool[src]

Getter for the pauseOnExit field of this object.

MDN Documentation

This API requires the following crate features to be activated: TextTrackCue

pub fn set_pause_on_exit(&self, value: bool)[src]

Setter for the pauseOnExit field of this object.

MDN Documentation

This API requires the following crate features to be activated: TextTrackCue

pub fn onenter(&self) -> Option<Function>[src]

Getter for the onenter field of this object.

MDN Documentation

This API requires the following crate features to be activated: TextTrackCue

pub fn set_onenter(&self, value: Option<&Function>)[src]

Setter for the onenter field of this object.

MDN Documentation

This API requires the following crate features to be activated: TextTrackCue

pub fn onexit(&self) -> Option<Function>[src]

Getter for the onexit field of this object.

MDN Documentation

This API requires the following crate features to be activated: TextTrackCue

pub fn set_onexit(&self, value: Option<&Function>)[src]

Setter for the onexit field of this object.

MDN Documentation

This API requires the following crate features to be activated: TextTrackCue

Trait Implementations

impl AsRef<EventTarget> for VttCue[src]

impl AsRef<JsValue> for VttCue[src]

impl AsRef<Object> for VttCue[src]

impl AsRef<TextTrackCue> for VttCue[src]

impl AsRef<VttCue> for VttCue[src]

impl Clone for VttCue[src]

impl Debug for VttCue[src]

impl Deref for VttCue[src]

type Target = TextTrackCue

The resulting type after dereferencing.

impl Eq for VttCue[src]

impl From<JsValue> for VttCue[src]

impl From<VttCue> for JsValue[src]

impl From<VttCue> for TextTrackCue[src]

impl From<VttCue> for EventTarget[src]

impl From<VttCue> for Object[src]

impl FromWasmAbi for VttCue[src]

type Abi = <JsValue as FromWasmAbi>::Abi

The wasm ABI type that this converts from when coming back out from the ABI boundary. Read more

impl IntoWasmAbi for VttCue[src]

type Abi = <JsValue as IntoWasmAbi>::Abi

The wasm ABI type that this converts into when crossing the ABI boundary. Read more

impl<'a> IntoWasmAbi for &'a VttCue[src]

type Abi = <&'a JsValue as IntoWasmAbi>::Abi

The wasm ABI type that this converts into when crossing the ABI boundary. Read more

impl JsCast for VttCue[src]

impl OptionFromWasmAbi for VttCue[src]

impl OptionIntoWasmAbi for VttCue[src]

impl<'a> OptionIntoWasmAbi for &'a VttCue[src]

impl PartialEq<VttCue> for VttCue[src]

impl RefFromWasmAbi for VttCue[src]

type Abi = <JsValue as RefFromWasmAbi>::Abi

The wasm ABI type references to Self are recovered from.

type Anchor = ManuallyDrop<VttCue>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don't persist beyond one function call, and so that they remain anonymous. Read more

impl StructuralEq for VttCue[src]

impl StructuralPartialEq for VttCue[src]

impl WasmDescribe for VttCue[src]

Auto Trait Implementations

impl RefUnwindSafe for VttCue

impl !Send for VttCue

impl !Sync for VttCue

impl Unpin for VttCue

impl UnwindSafe for VttCue

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> ReturnWasmAbi for T where
    T: IntoWasmAbi
[src]

type Abi = <T as IntoWasmAbi>::Abi

Same as IntoWasmAbi::Abi

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.