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