#[repr(C)]pub struct long3 {
pub x: i64,
pub y: i64,
pub z: i64,
}Fields§
§x: i64§y: i64§z: i64Trait Implementations§
source§impl Ord for long3
impl Ord for long3
source§impl PartialEq<long3> for long3
impl PartialEq<long3> for long3
source§impl PartialOrd<long3> for long3
impl PartialOrd<long3> for long3
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 long3
impl Eq for long3
impl StructuralEq for long3
impl StructuralPartialEq for long3
Auto Trait Implementations§
impl RefUnwindSafe for long3
impl Send for long3
impl Sync for long3
impl Unpin for long3
impl UnwindSafe for long3
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