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