Struct dacite::core::SparseImageMemoryBind [] [src]

pub struct SparseImageMemoryBind {
    pub subresource: ImageSubresource,
    pub offset: Offset3D,
    pub extent: Extent3D,
    pub memory: Option<DeviceMemory>,
    pub memory_offset: u64,
    pub flags: SparseMemoryBindFlags,
}

Fields

Trait Implementations

impl Debug for SparseImageMemoryBind
[src]

Formats the value using the given formatter.

impl Clone for SparseImageMemoryBind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SparseImageMemoryBind
[src]

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

This method tests for !=.

impl Eq for SparseImageMemoryBind
[src]

impl Hash for SparseImageMemoryBind
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more