Enum web_sys::GpuPipelineStatisticName
source · [−]pub enum GpuPipelineStatisticName {
VertexShaderInvocations,
ClipperInvocations,
ClipperPrimitivesOut,
FragmentShaderInvocations,
ComputeShaderInvocations,
// some variants omitted
}Expand description
The GpuPipelineStatisticName enum.
This API requires the following crate features to be activated: GpuPipelineStatisticName
This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as
described in the wasm-bindgen guide
Variants
VertexShaderInvocations
ClipperInvocations
ClipperPrimitivesOut
FragmentShaderInvocations
ComputeShaderInvocations
Implementations
sourceimpl GpuPipelineStatisticName
impl GpuPipelineStatisticName
pub fn from_js_value(obj: &JsValue) -> Option<GpuPipelineStatisticName>
Trait Implementations
sourceimpl Clone for GpuPipelineStatisticName
impl Clone for GpuPipelineStatisticName
sourcefn clone(&self) -> GpuPipelineStatisticName
fn clone(&self) -> GpuPipelineStatisticName
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for GpuPipelineStatisticName
impl Debug for GpuPipelineStatisticName
sourceimpl From<GpuPipelineStatisticName> for JsValue
impl From<GpuPipelineStatisticName> for JsValue
sourcefn from(obj: GpuPipelineStatisticName) -> JsValue
fn from(obj: GpuPipelineStatisticName) -> JsValue
Converts to this type from the input type.
sourceimpl WasmDescribe for GpuPipelineStatisticName
impl WasmDescribe for GpuPipelineStatisticName
impl Copy for GpuPipelineStatisticName
impl Eq for GpuPipelineStatisticName
impl StructuralEq for GpuPipelineStatisticName
impl StructuralPartialEq for GpuPipelineStatisticName
Auto Trait Implementations
impl RefUnwindSafe for GpuPipelineStatisticName
impl Send for GpuPipelineStatisticName
impl Sync for GpuPipelineStatisticName
impl Unpin for GpuPipelineStatisticName
impl UnwindSafe for GpuPipelineStatisticName
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ReturnWasmAbi for T where
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for T where
T: IntoWasmAbi,
type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as IntoWasmAbi::Abi
sourcefn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more