Struct dacite::core::Offset3D [] [src]

pub struct Offset3D {
    pub x: i32,
    pub y: i32,
    pub z: i32,
}

Fields

Trait Implementations

impl Debug for Offset3D
[src]

Formats the value using the given formatter.

impl Copy for Offset3D
[src]

impl Clone for Offset3D
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Offset3D
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Offset3D
[src]

impl Hash for Offset3D
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more