Struct windows_sys::Win32::Graphics::Imaging::WICImageParameters
[−]#[repr(C)]pub struct WICImageParameters {
pub PixelFormat: D2D1_PIXEL_FORMAT,
pub DpiX: f32,
pub DpiY: f32,
pub Top: f32,
pub Left: f32,
pub PixelWidth: u32,
pub PixelHeight: u32,
}
Expand description
Required features: "Win32_Graphics_Imaging"
, "Win32_Graphics_Direct2D_Common"
, "Win32_Graphics_Dxgi_Common"
Fields
PixelFormat: D2D1_PIXEL_FORMAT
DpiX: f32
DpiY: f32
Top: f32
Left: f32
PixelWidth: u32
PixelHeight: u32
Trait Implementations
impl Clone for WICImageParameters
impl Clone for WICImageParameters
impl Copy for WICImageParameters
Auto Trait Implementations
impl RefUnwindSafe for WICImageParameters
impl Send for WICImageParameters
impl Sync for WICImageParameters
impl Unpin for WICImageParameters
impl UnwindSafe for WICImageParameters
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