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