#[repr(C)]pub struct uchar2 {
pub x: c_uchar,
pub y: c_uchar,
}
Fields§
§x: c_uchar
§y: c_uchar
Trait Implementations§
Auto Trait Implementations§
impl Freeze for uchar2
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