#[repr(C)]pub struct IVec3 {
pub x: i32,
pub y: i32,
pub z: i32,
}Expand description
la::vec<int, 3>
Fields§
§x: i32§y: i32§z: i32Implementations§
Trait Implementations§
Source§impl AddAssign for IVec3
impl AddAssign for IVec3
Source§fn add_assign(&mut self, b: IVec3)
fn add_assign(&mut self, b: IVec3)
Performs the
+= operation. Read moreimpl Copy for IVec3
impl Eq for IVec3
Source§impl Ord for IVec3
impl Ord for IVec3
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for IVec3
impl PartialOrd for IVec3
impl StructuralPartialEq for IVec3
Auto Trait Implementations§
impl Freeze for IVec3
impl RefUnwindSafe for IVec3
impl Send for IVec3
impl Sync for IVec3
impl Unpin for IVec3
impl UnsafeUnpin for IVec3
impl UnwindSafe for IVec3
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