Struct f3::I16x3 [] [src]

pub struct I16x3 {
    pub x: i16,
    pub y: i16,
    pub z: i16,
}

Three i16 integers packed in a struct

Fields

X component

Y component

Z component

Trait Implementations

impl Debug for I16x3
[src]

Formats the value using the given formatter.