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