Struct bedrock::Extent2D [] [src]

#[repr(C)]
pub struct Extent2D(pub u32, pub u32);

Trait Implementations

impl ImageSize for Extent2D
[src]

DIMENSION: VkImageType = VK_IMAGE_TYPE_2D

[src]

impl Debug for Extent2D
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Extent2D
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl From<Extent2D> for VkExtent2D
[src]

[src]

Performs the conversion.

impl Into<Extent2D> for Extent1D
[src]

[src]

Performs the conversion.

impl Into<Extent3D> for Extent2D
[src]

[src]

Performs the conversion.

impl AsRef<VkExtent2D> for Extent2D
[src]

[src]

Performs the conversion.

impl AsRef<[u32; 2]> for Extent2D
[src]

[src]

Performs the conversion.

impl AsRef<Extent2D> for Extent4D
[src]

[src]

Performs the conversion.

impl AsRef<Extent2D> for Extent3D
[src]

[src]

Performs the conversion.

impl AsRef<Extent1D> for Extent2D
[src]

[src]

Performs the conversion.

impl AsRef<Extent2D> for Extent2D
[src]

[src]

Performs the conversion.

impl Into<VkRect2D> for Extent2D
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Extent2D

impl Sync for Extent2D