Struct dacite::core::BindSparseInfo [] [src]

pub struct BindSparseInfo {
    pub wait_semaphores: Vec<Semaphore>,
    pub buffer_binds: Vec<SparseBufferMemoryBindInfo>,
    pub image_opaque_binds: Vec<SparseImageOpaqueMemoryBindInfo>,
    pub image_binds: Vec<SparseImageMemoryBindInfo>,
    pub signal_semaphores: Vec<Semaphore>,
    pub chain: Option<BindSparseInfoChain>,
}

Fields

Trait Implementations

impl Debug for BindSparseInfo
[src]

Formats the value using the given formatter.

impl Clone for BindSparseInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for BindSparseInfo
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.