#[repr(C)]pub struct D2D1_DRAWING_STATE_DESCRIPTION1 {
pub antialiasMode: D2D1_ANTIALIAS_MODE,
pub textAntialiasMode: D2D1_TEXT_ANTIALIAS_MODE,
pub tag1: u64,
pub tag2: u64,
pub transform: Matrix3x2,
pub primitiveBlend: D2D1_PRIMITIVE_BLEND,
pub unitMode: D2D1_UNIT_MODE,
}
Expand description
Required features: "Win32_Graphics_Direct2D"
, "Foundation_Numerics"
Fields
antialiasMode: D2D1_ANTIALIAS_MODE
textAntialiasMode: D2D1_TEXT_ANTIALIAS_MODE
tag1: u64
tag2: u64
transform: Matrix3x2
primitiveBlend: D2D1_PRIMITIVE_BLEND
unitMode: D2D1_UNIT_MODE
Trait Implementations
impl Clone for D2D1_DRAWING_STATE_DESCRIPTION1
impl Clone for D2D1_DRAWING_STATE_DESCRIPTION1
impl Copy for D2D1_DRAWING_STATE_DESCRIPTION1
Auto Trait Implementations
impl RefUnwindSafe for D2D1_DRAWING_STATE_DESCRIPTION1
impl Send for D2D1_DRAWING_STATE_DESCRIPTION1
impl Sync for D2D1_DRAWING_STATE_DESCRIPTION1
impl Unpin for D2D1_DRAWING_STATE_DESCRIPTION1
impl UnwindSafe for D2D1_DRAWING_STATE_DESCRIPTION1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more