Struct vulkanalia::vk::PerformanceValueINTELBuilder[][src]

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

A builder for a PerformanceValueINTEL.

Implementations

impl PerformanceValueINTELBuilder[src]

pub fn type_(self, type_: PerformanceValueTypeINTEL) -> Self[src]

pub fn data(self, data: PerformanceValueDataINTEL) -> Self[src]

pub fn build(self) -> PerformanceValueINTEL[src]

Trait Implementations

impl Cast for PerformanceValueINTELBuilder[src]

type Target = PerformanceValueINTEL

The other type this type type can be used interchangeably with in FFI.

impl Clone for PerformanceValueINTELBuilder[src]

impl Copy for PerformanceValueINTELBuilder[src]

impl Debug for PerformanceValueINTELBuilder[src]

impl Default for PerformanceValueINTELBuilder[src]

impl Deref for PerformanceValueINTELBuilder[src]

type Target = PerformanceValueINTEL

The resulting type after dereferencing.

impl DerefMut for PerformanceValueINTELBuilder[src]

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.