Struct erupt::vk1_0::BindSparseInfoBuilder[][src]

#[repr(transparent)]pub struct BindSparseInfoBuilder<'a>(_, _);

Implementations

impl<'a> BindSparseInfoBuilder<'a>[src]

pub fn new() -> BindSparseInfoBuilder<'a>[src]

pub fn wait_semaphores(mut self: Self, wait_semaphores: &'a [Semaphore]) -> Self[src]

pub fn buffer_binds(
    mut self: Self,
    buffer_binds: &'a [SparseBufferMemoryBindInfoBuilder<'_>]
) -> Self
[src]

pub fn image_opaque_binds(
    mut self: Self,
    image_opaque_binds: &'a [SparseImageOpaqueMemoryBindInfoBuilder<'_>]
) -> Self
[src]

pub fn image_binds(
    mut self: Self,
    image_binds: &'a [SparseImageMemoryBindInfoBuilder<'_>]
) -> Self
[src]

pub fn signal_semaphores(
    mut self: Self,
    signal_semaphores: &'a [Semaphore]
) -> Self
[src]

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

Discards all lifetime information. Use the Deref and DerefMut implementations if possible.

Methods from Deref<Target = BindSparseInfo>

Trait Implementations

impl<'a> Clone for BindSparseInfoBuilder<'a>[src]

impl<'a> Copy for BindSparseInfoBuilder<'a>[src]

impl<'a> Debug for BindSparseInfoBuilder<'a>[src]

impl<'a> Default for BindSparseInfoBuilder<'a>[src]

impl<'a> Deref for BindSparseInfoBuilder<'a>[src]

type Target = BindSparseInfo

The resulting type after dereferencing.

impl<'a> DerefMut for BindSparseInfoBuilder<'a>[src]

impl<'a> ExtendableFrom<'a, DeviceGroupBindSparseInfo> for BindSparseInfoBuilder<'a>[src]

impl<'a> ExtendableFrom<'a, DeviceGroupBindSparseInfoBuilder<'_>> for BindSparseInfoBuilder<'a>[src]

impl<'a> ExtendableFrom<'a, TimelineSemaphoreSubmitInfo> for BindSparseInfoBuilder<'a>[src]

impl<'a> ExtendableFrom<'a, TimelineSemaphoreSubmitInfoBuilder<'_>> for BindSparseInfoBuilder<'a>[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.