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