Struct windows::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,
}
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
§fn clone(&self) -> WICImageParameters
fn clone(&self) -> WICImageParameters
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for WICImageParameters
impl Debug for WICImageParameters
§impl Default for WICImageParameters
impl Default for WICImageParameters
§impl PartialEq for WICImageParameters
impl PartialEq for WICImageParameters
§fn eq(&self, other: &WICImageParameters) -> bool
fn eq(&self, other: &WICImageParameters) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for WICImageParameters
impl StructuralPartialEq for WICImageParameters
Auto Trait Implementations§
impl Freeze for WICImageParameters
impl RefUnwindSafe for WICImageParameters
impl Send for WICImageParameters
impl Sync for WICImageParameters
impl Unpin for WICImageParameters
impl UnwindSafe for WICImageParameters
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
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)