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

pub struct BindSparseInfo {
    pub wait_semaphores: Option<Vec<Semaphore>>,
    pub buffer_binds: Option<Vec<SparseBufferMemoryBindInfo>>,
    pub image_opaque_binds: Option<Vec<SparseImageOpaqueMemoryBindInfo>>,
    pub image_binds: Option<Vec<SparseImageMemoryBindInfo>>,
    pub signal_semaphores: Option<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 !=.