Struct bedrock::Extent3D [] [src]

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

Trait Implementations

impl ImageSize for Extent3D
[src]

DIMENSION: VkImageType = VK_IMAGE_TYPE_3D

[src]

impl Debug for Extent3D
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Extent3D
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl From<Extent3D> for VkExtent3D
[src]

[src]

Performs the conversion.

impl Into<Extent3D> for Extent1D
[src]

[src]

Performs the conversion.

impl Into<Extent3D> for Extent2D
[src]

[src]

Performs the conversion.

impl AsRef<VkExtent3D> for Extent3D
[src]

[src]

Performs the conversion.

impl AsRef<[u32; 3]> for Extent3D
[src]

[src]

Performs the conversion.

impl AsRef<Extent3D> for Extent4D
[src]

[src]

Performs the conversion.

impl AsRef<Extent2D> for Extent3D
[src]

[src]

Performs the conversion.

impl AsRef<Extent1D> for Extent3D
[src]

[src]

Performs the conversion.

impl AsRef<Extent3D> for Extent3D
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Extent3D

impl Sync for Extent3D