Struct windows_sys::Win32::Graphics::Direct2D::Common::D2D1_PIXEL_FORMAT
[−]#[repr(C)]pub struct D2D1_PIXEL_FORMAT {
pub format: DXGI_FORMAT,
pub alphaMode: D2D1_ALPHA_MODE,
}
Expand description
Required features: "Win32_Graphics_Direct2D_Common"
, "Win32_Graphics_Dxgi_Common"
Fields
format: DXGI_FORMAT
alphaMode: D2D1_ALPHA_MODE
Trait Implementations
impl Clone for D2D1_PIXEL_FORMAT
impl Clone for D2D1_PIXEL_FORMAT
impl Copy for D2D1_PIXEL_FORMAT
Auto Trait Implementations
impl RefUnwindSafe for D2D1_PIXEL_FORMAT
impl Send for D2D1_PIXEL_FORMAT
impl Sync for D2D1_PIXEL_FORMAT
impl Unpin for D2D1_PIXEL_FORMAT
impl UnwindSafe for D2D1_PIXEL_FORMAT
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