#[repr(C)]pub struct OfxRGBAColourB {
pub r: c_uchar,
pub g: c_uchar,
pub b: c_uchar,
pub a: c_uchar,
}Expand description
@brief Defines an 8 bit per component RGBA pixel
Fields§
§r: c_uchar§g: c_uchar§b: c_uchar§a: c_ucharTrait Implementations§
Source§impl Clone for OfxRGBAColourB
impl Clone for OfxRGBAColourB
Source§fn clone(&self) -> OfxRGBAColourB
fn clone(&self) -> OfxRGBAColourB
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 OfxRGBAColourB
impl Debug for OfxRGBAColourB
impl Copy for OfxRGBAColourB
Auto Trait Implementations§
impl Freeze for OfxRGBAColourB
impl RefUnwindSafe for OfxRGBAColourB
impl Send for OfxRGBAColourB
impl Sync for OfxRGBAColourB
impl Unpin for OfxRGBAColourB
impl UnwindSafe for OfxRGBAColourB
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