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