Struct bedrock::vk::VkImageSubresourceLayers [] [src]

#[repr(C)]
pub struct VkImageSubresourceLayers { pub aspectMask: VkImageAspectFlags, pub mipLevel: u32, pub baseArrayLayer: u32, pub layerCount: u32, }

Fields

Trait Implementations

impl Debug for VkImageSubresourceLayers
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for VkImageSubresourceLayers
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for VkImageSubresourceLayers
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for VkImageSubresourceLayers
[src]

impl Default for VkImageSubresourceLayers
[src]

Aspect: Color Mip0 Array0 1 layer

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations