Struct dacite::core::SparseImageMemoryRequirements [] [src]

pub struct SparseImageMemoryRequirements {
    pub format_properties: SparseImageFormatProperties,
    pub image_mip_tail_first_lod: u32,
    pub image_mip_tail_size: u64,
    pub image_mip_tail_offset: u64,
    pub image_mip_tail_stride: u64,
}

Fields

Trait Implementations

impl Debug for SparseImageMemoryRequirements
[src]

Formats the value using the given formatter.

impl Copy for SparseImageMemoryRequirements
[src]

impl Clone for SparseImageMemoryRequirements
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SparseImageMemoryRequirements
[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 SparseImageMemoryRequirements
[src]

impl Hash for SparseImageMemoryRequirements
[src]

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

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

impl<'a> From<&'a VkSparseImageMemoryRequirements> for SparseImageMemoryRequirements
[src]

Performs the conversion.