#[repr(C)]pub struct int4 {
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 int4
impl Ord for int4
source§impl PartialEq<int4> for int4
impl PartialEq<int4> for int4
source§impl PartialOrd<int4> for int4
impl PartialOrd<int4> for int4
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 int4
impl Eq for int4
impl StructuralEq for int4
impl StructuralPartialEq for int4
Auto Trait Implementations§
impl RefUnwindSafe for int4
impl Send for int4
impl Sync for int4
impl Unpin for int4
impl UnwindSafe for int4
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