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