Struct vulkanalia::vk::IndirectCommandsStreamNVBuilder[][src]

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

A builder for a IndirectCommandsStreamNV.

Implementations

impl IndirectCommandsStreamNVBuilder[src]

pub fn buffer(self, buffer: Buffer) -> Self[src]

pub fn offset(self, offset: DeviceSize) -> Self[src]

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

Trait Implementations

impl Cast for IndirectCommandsStreamNVBuilder[src]

type Target = IndirectCommandsStreamNV

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

impl Clone for IndirectCommandsStreamNVBuilder[src]

impl Copy for IndirectCommandsStreamNVBuilder[src]

impl Debug for IndirectCommandsStreamNVBuilder[src]

impl Default for IndirectCommandsStreamNVBuilder[src]

impl Deref for IndirectCommandsStreamNVBuilder[src]

type Target = IndirectCommandsStreamNV

The resulting type after dereferencing.

impl DerefMut for IndirectCommandsStreamNVBuilder[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.