Struct ash::vk::types::SubresourceLayout [] [src]

#[repr(C)]
pub struct SubresourceLayout { pub offset: DeviceSize, pub size: DeviceSize, pub row_pitch: DeviceSize, pub array_pitch: DeviceSize, pub depth_pitch: DeviceSize, }

Fields

Trait Implementations

impl Debug for SubresourceLayout
[src]

[src]

Formats the value using the given formatter.

impl Clone for SubresourceLayout
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SubresourceLayout
[src]

impl Hash for SubresourceLayout
[src]

[src]

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

1.3.0
[src]

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