Struct DWRITE_PAINT_ELEMENT_0_2
#[repr(C)]pub struct DWRITE_PAINT_ELEMENT_0_2 {
pub extendMode: u32,
pub gradientStopCount: u32,
pub x0: f32,
pub y0: f32,
pub x1: f32,
pub y1: f32,
pub x2: f32,
pub y2: f32,
}
Fields§
§extendMode: u32
§gradientStopCount: u32
§x0: f32
§y0: f32
§x1: f32
§y1: f32
§x2: f32
§y2: f32
Trait Implementations§
§impl Clone for DWRITE_PAINT_ELEMENT_0_2
impl Clone for DWRITE_PAINT_ELEMENT_0_2
§fn clone(&self) -> DWRITE_PAINT_ELEMENT_0_2
fn clone(&self) -> DWRITE_PAINT_ELEMENT_0_2
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_ELEMENT_0_2
impl Debug for DWRITE_PAINT_ELEMENT_0_2
§impl Default for DWRITE_PAINT_ELEMENT_0_2
impl Default for DWRITE_PAINT_ELEMENT_0_2
§impl PartialEq for DWRITE_PAINT_ELEMENT_0_2
impl PartialEq for DWRITE_PAINT_ELEMENT_0_2
impl Copy for DWRITE_PAINT_ELEMENT_0_2
impl StructuralPartialEq for DWRITE_PAINT_ELEMENT_0_2
Auto Trait Implementations§
impl Freeze for DWRITE_PAINT_ELEMENT_0_2
impl RefUnwindSafe for DWRITE_PAINT_ELEMENT_0_2
impl Send for DWRITE_PAINT_ELEMENT_0_2
impl Sync for DWRITE_PAINT_ELEMENT_0_2
impl Unpin for DWRITE_PAINT_ELEMENT_0_2
impl UnwindSafe for DWRITE_PAINT_ELEMENT_0_2
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