Struct bedrock::vk::VkImageFormatProperties [] [src]

#[repr(C)]
pub struct VkImageFormatProperties { pub maxExtent: VkExtent3D, pub maxMipLevels: u32, pub maxArrayLayers: u32, pub sampleCounts: VkSampleCountFlags, pub maxResourceSize: VkDeviceSize, }

Fields

Trait Implementations

impl Debug for VkImageFormatProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for VkImageFormatProperties
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

Auto Trait Implementations