#[repr(C)]pub struct OfxYUVAColourB {
pub y: c_uchar,
pub u: c_uchar,
pub v: c_uchar,
pub a: c_uchar,
}Expand description
@brief Defines an 8 bit per component YUVA pixel – ofxPixels.h Deprecated in 1.3, removed in 1.4
Fields§
§y: c_uchar§u: c_uchar§v: c_uchar§a: c_ucharTrait Implementations§
Source§impl Clone for OfxYUVAColourB
impl Clone for OfxYUVAColourB
Source§fn clone(&self) -> OfxYUVAColourB
fn clone(&self) -> OfxYUVAColourB
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OfxYUVAColourB
impl Debug for OfxYUVAColourB
impl Copy for OfxYUVAColourB
Auto Trait Implementations§
impl Freeze for OfxYUVAColourB
impl RefUnwindSafe for OfxYUVAColourB
impl Send for OfxYUVAColourB
impl Sync for OfxYUVAColourB
impl Unpin for OfxYUVAColourB
impl UnwindSafe for OfxYUVAColourB
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