Struct windows::Win32::Graphics::Direct2D::D2D1_BITMAP_PROPERTIES1
#[repr(C)]pub struct D2D1_BITMAP_PROPERTIES1 {
pub pixelFormat: D2D1_PIXEL_FORMAT,
pub dpiX: f32,
pub dpiY: f32,
pub bitmapOptions: D2D1_BITMAP_OPTIONS,
pub colorContext: ManuallyDrop<Option<ID2D1ColorContext>>,
}
Fields§
§pixelFormat: D2D1_PIXEL_FORMAT
§dpiX: f32
§dpiY: f32
§bitmapOptions: D2D1_BITMAP_OPTIONS
§colorContext: ManuallyDrop<Option<ID2D1ColorContext>>
Trait Implementations§
§impl Clone for D2D1_BITMAP_PROPERTIES1
impl Clone for D2D1_BITMAP_PROPERTIES1
§impl Debug for D2D1_BITMAP_PROPERTIES1
impl Debug for D2D1_BITMAP_PROPERTIES1
§impl Default for D2D1_BITMAP_PROPERTIES1
impl Default for D2D1_BITMAP_PROPERTIES1
§impl PartialEq for D2D1_BITMAP_PROPERTIES1
impl PartialEq for D2D1_BITMAP_PROPERTIES1
§fn eq(&self, other: &D2D1_BITMAP_PROPERTIES1) -> bool
fn eq(&self, other: &D2D1_BITMAP_PROPERTIES1) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for D2D1_BITMAP_PROPERTIES1
Auto Trait Implementations§
impl Freeze for D2D1_BITMAP_PROPERTIES1
impl RefUnwindSafe for D2D1_BITMAP_PROPERTIES1
impl Send for D2D1_BITMAP_PROPERTIES1
impl Sync for D2D1_BITMAP_PROPERTIES1
impl Unpin for D2D1_BITMAP_PROPERTIES1
impl UnwindSafe for D2D1_BITMAP_PROPERTIES1
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)