Struct bedrock::Offset4D [] [src]

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

Trait Implementations

impl Debug for Offset4D
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Offset4D
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl AsRef<[i32; 4]> for Offset4D
[src]

[src]

Performs the conversion.

impl AsRef<Offset3D> for Offset4D
[src]

[src]

Performs the conversion.

impl AsRef<Offset2D> for Offset4D
[src]

[src]

Performs the conversion.

impl AsRef<Offset1D> for Offset4D
[src]

[src]

Performs the conversion.

impl AsRef<Offset4D> for Offset4D
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Offset4D

impl Sync for Offset4D