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