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