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