Struct windows::Win32::Graphics::Direct2D::D2D1_LAYER_OPTIONS1
#[repr(transparent)]pub struct D2D1_LAYER_OPTIONS1(pub u32);
Expand description
Required features: "Win32_Graphics_Direct2D"
Tuple Fields§
§0: u32
Trait Implementations§
§impl BitAnd<D2D1_LAYER_OPTIONS1> for D2D1_LAYER_OPTIONS1
impl BitAnd<D2D1_LAYER_OPTIONS1> for D2D1_LAYER_OPTIONS1
§impl BitAndAssign<D2D1_LAYER_OPTIONS1> for D2D1_LAYER_OPTIONS1
impl BitAndAssign<D2D1_LAYER_OPTIONS1> for D2D1_LAYER_OPTIONS1
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr<D2D1_LAYER_OPTIONS1> for D2D1_LAYER_OPTIONS1
impl BitOr<D2D1_LAYER_OPTIONS1> for D2D1_LAYER_OPTIONS1
§impl BitOrAssign<D2D1_LAYER_OPTIONS1> for D2D1_LAYER_OPTIONS1
impl BitOrAssign<D2D1_LAYER_OPTIONS1> for D2D1_LAYER_OPTIONS1
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more