#[repr(C)]
pub struct BindSparseInfo { pub sType: StructureType, pub pNext: *const c_void, pub waitSemaphoreCount: u32, pub pWaitSemaphores: *const Semaphore, pub bufferBindCount: u32, pub pBufferBinds: *const SparseBufferMemoryBindInfo, pub imageOpaqueBindCount: u32, pub pImageOpaqueBinds: *const SparseImageOpaqueMemoryBindInfo, pub imageBindCount: u32, pub pImageBinds: *const SparseImageMemoryBindInfo, pub signalSemaphoreCount: u32, pub pSignalSemaphores: *const Semaphore, }

Fields§

§sType: StructureType§pNext: *const c_void§waitSemaphoreCount: u32§pWaitSemaphores: *const Semaphore§bufferBindCount: u32§pBufferBinds: *const SparseBufferMemoryBindInfo§imageOpaqueBindCount: u32§pImageOpaqueBinds: *const SparseImageOpaqueMemoryBindInfo§imageBindCount: u32§pImageBinds: *const SparseImageMemoryBindInfo§signalSemaphoreCount: u32§pSignalSemaphores: *const Semaphore

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.