pub struct I16xyz {
pub x: i16,
pub y: i16,
pub z: i16,
}
Expand description
XYZ triple for raw values (int16)
Fields§
§x: i16
X component
y: i16
Y component
z: i16
Z component
Trait Implementations§
Auto Trait Implementations§
impl Freeze for I16xyz
impl RefUnwindSafe for I16xyz
impl Send for I16xyz
impl Sync for I16xyz
impl Unpin for I16xyz
impl UnwindSafe for I16xyz
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more