Struct bedrock::vk::VkImageSubresourceRange [] [src]

#[repr(C)]
pub struct VkImageSubresourceRange { pub aspectMask: VkImageAspectFlags, pub baseMipLevel: u32, pub levelCount: u32, pub baseArrayLayer: u32, pub layerCount: u32, }

Fields

Trait Implementations

impl Debug for VkImageSubresourceRange
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for VkImageSubresourceRange
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Default for VkImageSubresourceRange
[src]

[src]

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

impl Borrow<VkImageSubresourceRange> for ImageSubresourceRange
[src]

[src]

Immutably borrows from an owned value. Read more

Auto Trait Implementations