[][src]Struct web_sys::PerformanceEntryEventInit

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

The PerformanceEntryEventInit dictionary

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

Methods

impl PerformanceEntryEventInit[src]

pub fn new() -> PerformanceEntryEventInit[src]

Construct a new PerformanceEntryEventInit

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

pub fn bubbles(&mut self, val: bool) -> &mut Self[src]

Configure the bubbles field of this object

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

pub fn cancelable(&mut self, val: bool) -> &mut Self[src]

Configure the cancelable field of this object

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

pub fn composed(&mut self, val: bool) -> &mut Self[src]

Configure the composed field of this object

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

pub fn duration(&mut self, val: f64) -> &mut Self[src]

Configure the duration field of this object

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

pub fn entry_type(&mut self, val: &str) -> &mut Self[src]

Configure the entryType field of this object

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

pub fn epoch(&mut self, val: f64) -> &mut Self[src]

Configure the epoch field of this object

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

pub fn name(&mut self, val: &str) -> &mut Self[src]

Configure the name field of this object

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

pub fn origin(&mut self, val: &str) -> &mut Self[src]

Configure the origin field of this object

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

pub fn start_time(&mut self, val: f64) -> &mut Self[src]

Configure the startTime field of this object

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

Trait Implementations

impl AsRef<JsValue> for PerformanceEntryEventInit[src]

impl From<PerformanceEntryEventInit> for JsValue[src]

impl Clone for PerformanceEntryEventInit[src]

impl Debug for PerformanceEntryEventInit[src]

impl JsCast for PerformanceEntryEventInit[src]

impl RefFromWasmAbi for PerformanceEntryEventInit[src]

type Abi = <Object as RefFromWasmAbi>::Abi

The wasm ABI type references to Self are recovered from.

type Anchor = ManuallyDrop<PerformanceEntryEventInit>

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 FromWasmAbi for PerformanceEntryEventInit[src]

type Abi = <Object as FromWasmAbi>::Abi

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

impl IntoWasmAbi for PerformanceEntryEventInit[src]

type Abi = <Object as IntoWasmAbi>::Abi

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

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

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

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

impl WasmDescribe for PerformanceEntryEventInit[src]

impl OptionFromWasmAbi for PerformanceEntryEventInit[src]

impl OptionIntoWasmAbi for PerformanceEntryEventInit[src]

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

Auto Trait Implementations

Blanket Implementations

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

impl<T> From<T> for 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.

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

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

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

impl<T> ReturnWasmAbi for T where
    T: IntoWasmAbi
[src]

type Abi = <T as IntoWasmAbi>::Abi

Same as IntoWasmAbi::Abi