#[repr(C)]pub struct D2D1_HWND_RENDER_TARGET_PROPERTIES {
pub hwnd: HWND,
pub pixelSize: D2D_SIZE_U,
pub presentOptions: D2D1_PRESENT_OPTIONS,
}
Expand description
Required features: "Win32_Graphics_Direct2D"
, "Win32_Foundation"
, "Win32_Graphics_Direct2D_Common"
Fields
hwnd: HWND
pixelSize: D2D_SIZE_U
presentOptions: D2D1_PRESENT_OPTIONS
Trait Implementations
impl Clone for D2D1_HWND_RENDER_TARGET_PROPERTIES
impl Clone for D2D1_HWND_RENDER_TARGET_PROPERTIES
impl Copy for D2D1_HWND_RENDER_TARGET_PROPERTIES
Auto Trait Implementations
impl RefUnwindSafe for D2D1_HWND_RENDER_TARGET_PROPERTIES
impl Send for D2D1_HWND_RENDER_TARGET_PROPERTIES
impl Sync for D2D1_HWND_RENDER_TARGET_PROPERTIES
impl Unpin for D2D1_HWND_RENDER_TARGET_PROPERTIES
impl UnwindSafe for D2D1_HWND_RENDER_TARGET_PROPERTIES
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