Struct windows_sys::Win32::Graphics::Direct2D::D2D1_LAYER_PARAMETERS1
[−]#[repr(C)]pub struct D2D1_LAYER_PARAMETERS1 {
pub contentBounds: D2D_RECT_F,
pub geometricMask: ID2D1Geometry,
pub maskAntialiasMode: D2D1_ANTIALIAS_MODE,
pub maskTransform: Matrix3x2,
pub opacity: f32,
pub opacityBrush: ID2D1Brush,
pub layerOptions: D2D1_LAYER_OPTIONS1,
}
Expand description
Required features: "Win32_Graphics_Direct2D"
, "Foundation_Numerics"
, "Win32_Graphics_Direct2D_Common"
Fields
contentBounds: D2D_RECT_F
geometricMask: ID2D1Geometry
maskAntialiasMode: D2D1_ANTIALIAS_MODE
maskTransform: Matrix3x2
opacity: f32
opacityBrush: ID2D1Brush
layerOptions: D2D1_LAYER_OPTIONS1
Trait Implementations
impl Clone for D2D1_LAYER_PARAMETERS1
impl Clone for D2D1_LAYER_PARAMETERS1
impl Copy for D2D1_LAYER_PARAMETERS1
Auto Trait Implementations
impl RefUnwindSafe for D2D1_LAYER_PARAMETERS1
impl !Send for D2D1_LAYER_PARAMETERS1
impl !Sync for D2D1_LAYER_PARAMETERS1
impl Unpin for D2D1_LAYER_PARAMETERS1
impl UnwindSafe for D2D1_LAYER_PARAMETERS1
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