Struct web_sys::VttCue [−][src]
#[repr(transparent)]pub struct VttCue { /* fields omitted */ }
Expand description
The VttCue class.
This API requires the following crate features to be activated: VttCue
Implementations
Getter for the region field of this object.
This API requires the following crate features to be activated: VttCue, VttRegion
Setter for the region field of this object.
This API requires the following crate features to be activated: VttCue, VttRegion
Getter for the vertical field of this object.
This API requires the following crate features to be activated: DirectionSetting, VttCue
Setter for the vertical field of this object.
This API requires the following crate features to be activated: DirectionSetting, VttCue
Getter for the snapToLines field of this object.
This API requires the following crate features to be activated: VttCue
Setter for the snapToLines field of this object.
This API requires the following crate features to be activated: VttCue
Getter for the line field of this object.
This API requires the following crate features to be activated: VttCue
Setter for the line field of this object.
This API requires the following crate features to be activated: VttCue
Getter for the lineAlign field of this object.
This API requires the following crate features to be activated: LineAlignSetting, VttCue
Setter for the lineAlign field of this object.
This API requires the following crate features to be activated: LineAlignSetting, VttCue
Getter for the position field of this object.
This API requires the following crate features to be activated: VttCue
Setter for the position field of this object.
This API requires the following crate features to be activated: VttCue
Getter for the positionAlign field of this object.
This API requires the following crate features to be activated: PositionAlignSetting, VttCue
Setter for the positionAlign field of this object.
This API requires the following crate features to be activated: PositionAlignSetting, VttCue
Getter for the size field of this object.
This API requires the following crate features to be activated: VttCue
Setter for the size field of this object.
This API requires the following crate features to be activated: VttCue
Getter for the align field of this object.
This API requires the following crate features to be activated: AlignSetting, VttCue
Setter for the align field of this object.
This API requires the following crate features to be activated: AlignSetting, VttCue
Getter for the text field of this object.
This API requires the following crate features to be activated: VttCue
Setter for the text field of this object.
This API requires the following crate features to be activated: VttCue
The getCueAsHTML() method.
This API requires the following crate features to be activated: DocumentFragment, VttCue
Methods from Deref<Target = TextTrackCue>
Getter for the track field of this object.
This API requires the following crate features to be activated: TextTrack, TextTrackCue
Getter for the id field of this object.
This API requires the following crate features to be activated: TextTrackCue
Setter for the id field of this object.
This API requires the following crate features to be activated: TextTrackCue
Getter for the startTime field of this object.
This API requires the following crate features to be activated: TextTrackCue
Setter for the startTime field of this object.
This API requires the following crate features to be activated: TextTrackCue
Getter for the endTime field of this object.
This API requires the following crate features to be activated: TextTrackCue
Setter for the endTime field of this object.
This API requires the following crate features to be activated: TextTrackCue
Getter for the pauseOnExit field of this object.
This API requires the following crate features to be activated: TextTrackCue
Setter for the pauseOnExit field of this object.
This API requires the following crate features to be activated: TextTrackCue
Getter for the onenter field of this object.
This API requires the following crate features to be activated: TextTrackCue
Setter for the onenter field of this object.
This API requires the following crate features to be activated: TextTrackCue
Getter for the onexit field of this object.
This API requires the following crate features to be activated: TextTrackCue
Setter for the onexit field of this object.
This API requires the following crate features to be activated: TextTrackCue
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = TextTrackCue
type Target = TextTrackCue
The resulting type after dereferencing.
Dereferences the value.
Performs the conversion.
Performs the conversion.
Performs a dynamic instanceof check to see whether the JsValue
provided is an instance of this type. Read more
Performs a zero-cost unchecked conversion from a JsValue into an
instance of Self Read more
Performs a zero-cost unchecked conversion from a &JsValue into an
instance of &Self. Read more
Test whether this JS value has a type T. Read more
Performs a dynamic cast (checked at runtime) of this value into the
target type T. Read more
Performs a dynamic cast (checked at runtime) of this value into the
target type T. Read more
Performs a zero-cost unchecked cast into the specified type. Read more
Performs a zero-cost unchecked cast into a reference to the specified type. Read more
Test whether this JS value is an instance of the type T. Read more
Performs a dynamic check to see whether the JsValue provided
is a value of this type. Read more
type Abi = <JsValue as RefFromWasmAbi>::Abi
type Abi = <JsValue as RefFromWasmAbi>::Abi
The wasm ABI type references to Self are recovered from.
type Anchor = ManuallyDrop<VttCue>
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
Recover a Self::Anchor from Self::Abi. Read more
Auto Trait Implementations
impl RefUnwindSafe for VttCue
impl UnwindSafe for VttCue
Blanket Implementations
Mutably borrows from an owned value. Read more
type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as IntoWasmAbi::Abi
Same as IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err. Read more