#[repr(C)]pub struct YuvPixel {
pub y: i8,
pub v: i8,
pub u: i8,
}
Fields§
§y: i8
§v: i8
§u: i8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for YuvPixel
impl RefUnwindSafe for YuvPixel
impl Send for YuvPixel
impl Sync for YuvPixel
impl Unpin for YuvPixel
impl UnwindSafe for YuvPixel
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