#[repr(C)]pub struct PF_ColorDef {
pub value: PF_UnionablePixel,
pub dephault: PF_UnionablePixel,
}Expand description
Color – PF_Param_COLOR
Fields§
§value: PF_UnionablePixel§dephault: PF_UnionablePixelTrait Implementations§
Source§impl Clone for PF_ColorDef
impl Clone for PF_ColorDef
Source§fn clone(&self) -> PF_ColorDef
fn clone(&self) -> PF_ColorDef
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 PF_ColorDef
impl Debug for PF_ColorDef
impl Copy for PF_ColorDef
Auto Trait Implementations§
impl Freeze for PF_ColorDef
impl RefUnwindSafe for PF_ColorDef
impl Send for PF_ColorDef
impl Sync for PF_ColorDef
impl Unpin for PF_ColorDef
impl UnwindSafe for PF_ColorDef
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