Struct dacite::core::SubresourceLayout [] [src]

pub struct SubresourceLayout {
    pub offset: u64,
    pub size: u64,
    pub row_pitch: u64,
    pub array_pitch: u64,
    pub depth_pitch: u64,
}

Fields

Trait Implementations

impl Debug for SubresourceLayout
[src]

Formats the value using the given formatter.

impl Copy for SubresourceLayout
[src]

impl Clone for SubresourceLayout
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for SubresourceLayout
[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 VkSubresourceLayout> for SubresourceLayout
[src]

Performs the conversion.