Struct bedrock::Offset3D [] [src]

#[repr(C)]
pub struct Offset3D(pub i32, pub i32, pub i32);

Trait Implementations

impl Debug for Offset3D
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Offset3D
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl From<Offset3D> for VkOffset3D
[src]

[src]

Performs the conversion.

impl Into<Offset3D> for Offset1D
[src]

[src]

Performs the conversion.

impl Into<Offset3D> for Offset2D
[src]

[src]

Performs the conversion.

impl AsRef<VkOffset3D> for Offset3D
[src]

[src]

Performs the conversion.

impl AsRef<[i32; 3]> for Offset3D
[src]

[src]

Performs the conversion.

impl AsRef<Offset3D> for Offset4D
[src]

[src]

Performs the conversion.

impl AsRef<Offset2D> for Offset3D
[src]

[src]

Performs the conversion.

impl AsRef<Offset1D> for Offset3D
[src]

[src]

Performs the conversion.

impl AsRef<Offset3D> for Offset3D
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Offset3D

impl Sync for Offset3D