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