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