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