Struct bedrock::vk::VkExtent2D [] [src]

#[repr(C)]
pub struct VkExtent2D { pub width: u32, pub height: u32, }

Fields

Trait Implementations

impl Debug for VkExtent2D
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for VkExtent2D
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Default for VkExtent2D
[src]

[src]

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

impl From<Extent2D> for VkExtent2D
[src]

[src]

Performs the conversion.

impl AsRef<VkExtent2D> for Extent2D
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for VkExtent2D

impl Sync for VkExtent2D