Struct bedrock::Extent4D [] [src]

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

Trait Implementations

impl Debug for Extent4D
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Extent4D
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl AsRef<[u32; 4]> for Extent4D
[src]

[src]

Performs the conversion.

impl AsRef<Extent3D> for Extent4D
[src]

[src]

Performs the conversion.

impl AsRef<Extent2D> for Extent4D
[src]

[src]

Performs the conversion.

impl AsRef<Extent1D> for Extent4D
[src]

[src]

Performs the conversion.

impl AsRef<Extent4D> for Extent4D
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Extent4D

impl Sync for Extent4D