Struct windows_sys::Win32::Graphics::Direct2D::D2D1_LAYER_PARAMETERS
[−]#[repr(C)]pub struct D2D1_LAYER_PARAMETERS {
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_OPTIONS,
}
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_OPTIONS
Trait Implementations
impl Clone for D2D1_LAYER_PARAMETERS
impl Clone for D2D1_LAYER_PARAMETERS
impl Copy for D2D1_LAYER_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for D2D1_LAYER_PARAMETERS
impl !Send for D2D1_LAYER_PARAMETERS
impl !Sync for D2D1_LAYER_PARAMETERS
impl Unpin for D2D1_LAYER_PARAMETERS
impl UnwindSafe for D2D1_LAYER_PARAMETERS
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