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