Struct libsm64::Point3 [−][src]
#[repr(C)]pub struct Point3<T> where
T: Copy, {
pub x: T,
pub y: T,
pub z: T,
}
Expand description
A point in 3D space
Fields
x: T
y: T
z: T
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Point3<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Point3<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more