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