Struct vulkanalia::vk::PipelineExecutableInternalRepresentationKHRBuilder[][src]

#[repr(transparent)]pub struct PipelineExecutableInternalRepresentationKHRBuilder<'b> { /* fields omitted */ }

Implementations

impl<'b> PipelineExecutableInternalRepresentationKHRBuilder<'b>[src]

pub fn name(self, name: [c_char; 256]) -> Self[src]

pub fn description(self, description: [c_char; 256]) -> Self[src]

pub fn is_text(self, is_text: bool) -> Self[src]

pub fn data_size(self, data_size: usize) -> Self[src]

pub fn data(self, data: &'b mut [u8]) -> Self[src]

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

Trait Implementations

impl<'b> Cast for PipelineExecutableInternalRepresentationKHRBuilder<'b>[src]

type Target = PipelineExecutableInternalRepresentationKHR

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

impl<'b> Clone for PipelineExecutableInternalRepresentationKHRBuilder<'b>[src]

impl<'b> Copy for PipelineExecutableInternalRepresentationKHRBuilder<'b>[src]

impl<'b> Debug for PipelineExecutableInternalRepresentationKHRBuilder<'b>[src]

impl<'b> Default for PipelineExecutableInternalRepresentationKHRBuilder<'b>[src]

impl<'b> Deref for PipelineExecutableInternalRepresentationKHRBuilder<'b>[src]

type Target = PipelineExecutableInternalRepresentationKHR

The resulting type after dereferencing.

impl<'b> DerefMut for PipelineExecutableInternalRepresentationKHRBuilder<'b>[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.