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