#[repr(C)]pub struct int3 {
pub x: i32,
pub y: i32,
pub z: i32,
}Fields§
§x: i32§y: i32§z: i32Trait Implementations§
source§impl Ord for int3
impl Ord for int3
source§impl PartialEq<int3> for int3
impl PartialEq<int3> for int3
source§impl PartialOrd<int3> for int3
impl PartialOrd<int3> for int3
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for int3
impl Eq for int3
impl StructuralEq for int3
impl StructuralPartialEq for int3
Auto Trait Implementations§
impl RefUnwindSafe for int3
impl Send for int3
impl Sync for int3
impl Unpin for int3
impl UnwindSafe for int3
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