Struct DWRITE_PAINT_ELEMENT_0_4
#[repr(C)]pub struct DWRITE_PAINT_ELEMENT_0_4 {
pub extendMode: u32,
pub gradientStopCount: u32,
pub centerX: f32,
pub centerY: f32,
pub startAngle: f32,
pub endAngle: f32,
}
Fields§
§extendMode: u32
§gradientStopCount: u32
§centerX: f32
§centerY: f32
§startAngle: f32
§endAngle: f32
Trait Implementations§
§impl Clone for DWRITE_PAINT_ELEMENT_0_4
impl Clone for DWRITE_PAINT_ELEMENT_0_4
§fn clone(&self) -> DWRITE_PAINT_ELEMENT_0_4
fn clone(&self) -> DWRITE_PAINT_ELEMENT_0_4
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_4
impl Debug for DWRITE_PAINT_ELEMENT_0_4
§impl Default for DWRITE_PAINT_ELEMENT_0_4
impl Default for DWRITE_PAINT_ELEMENT_0_4
§impl PartialEq for DWRITE_PAINT_ELEMENT_0_4
impl PartialEq for DWRITE_PAINT_ELEMENT_0_4
impl Copy for DWRITE_PAINT_ELEMENT_0_4
impl StructuralPartialEq for DWRITE_PAINT_ELEMENT_0_4
Auto Trait Implementations§
impl Freeze for DWRITE_PAINT_ELEMENT_0_4
impl RefUnwindSafe for DWRITE_PAINT_ELEMENT_0_4
impl Send for DWRITE_PAINT_ELEMENT_0_4
impl Sync for DWRITE_PAINT_ELEMENT_0_4
impl Unpin for DWRITE_PAINT_ELEMENT_0_4
impl UnwindSafe for DWRITE_PAINT_ELEMENT_0_4
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