Struct DWRITE_PAINT_COLOR
#[repr(C)]pub struct DWRITE_PAINT_COLOR {
pub value: DWRITE_COLOR_F,
pub paletteEntryIndex: u16,
pub alphaMultiplier: f32,
pub colorAttributes: DWRITE_PAINT_ATTRIBUTES,
}
Fields§
§value: DWRITE_COLOR_F
§paletteEntryIndex: u16
§alphaMultiplier: f32
§colorAttributes: DWRITE_PAINT_ATTRIBUTES
Trait Implementations§
§impl Clone for DWRITE_PAINT_COLOR
impl Clone for DWRITE_PAINT_COLOR
§fn clone(&self) -> DWRITE_PAINT_COLOR
fn clone(&self) -> DWRITE_PAINT_COLOR
Returns a copy 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 more§impl Debug for DWRITE_PAINT_COLOR
impl Debug for DWRITE_PAINT_COLOR
§impl Default for DWRITE_PAINT_COLOR
impl Default for DWRITE_PAINT_COLOR
§impl PartialEq for DWRITE_PAINT_COLOR
impl PartialEq for DWRITE_PAINT_COLOR
impl Copy for DWRITE_PAINT_COLOR
impl StructuralPartialEq for DWRITE_PAINT_COLOR
Auto Trait Implementations§
impl Freeze for DWRITE_PAINT_COLOR
impl RefUnwindSafe for DWRITE_PAINT_COLOR
impl Send for DWRITE_PAINT_COLOR
impl Sync for DWRITE_PAINT_COLOR
impl Unpin for DWRITE_PAINT_COLOR
impl UnwindSafe for DWRITE_PAINT_COLOR
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