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