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