Struct windows_sys::Win32::Graphics::Direct2D::D2D1_BITMAP_PROPERTIES
[−]#[repr(C)]pub struct D2D1_BITMAP_PROPERTIES {
pub pixelFormat: D2D1_PIXEL_FORMAT,
pub dpiX: f32,
pub dpiY: f32,
}
Expand description
Required features: "Win32_Graphics_Direct2D"
, "Win32_Graphics_Direct2D_Common"
, "Win32_Graphics_Dxgi_Common"
Fields
pixelFormat: D2D1_PIXEL_FORMAT
dpiX: f32
dpiY: f32
Trait Implementations
impl Clone for D2D1_BITMAP_PROPERTIES
impl Clone for D2D1_BITMAP_PROPERTIES
impl Copy for D2D1_BITMAP_PROPERTIES
Auto Trait Implementations
impl RefUnwindSafe for D2D1_BITMAP_PROPERTIES
impl Send for D2D1_BITMAP_PROPERTIES
impl Sync for D2D1_BITMAP_PROPERTIES
impl Unpin for D2D1_BITMAP_PROPERTIES
impl UnwindSafe for D2D1_BITMAP_PROPERTIES
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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