#[repr(C)]pub struct WICImageParameters {
pub PixelFormat: D2D1_PIXEL_FORMAT,
pub DpiX: FLOAT,
pub DpiY: FLOAT,
pub Top: FLOAT,
pub Left: FLOAT,
pub PixelWidth: UINT32,
pub PixelHeight: UINT32,
}
Fields§
§PixelFormat: D2D1_PIXEL_FORMAT
§DpiX: FLOAT
§DpiY: FLOAT
§Top: FLOAT
§Left: FLOAT
§PixelWidth: UINT32
§PixelHeight: UINT32
Trait Implementations§
Source§impl Clone for WICImageParameters
impl Clone for WICImageParameters
Source§fn clone(&self) -> WICImageParameters
fn clone(&self) -> WICImageParameters
Returns a duplicate 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 moreSource§impl Default for WICImageParameters
impl Default for WICImageParameters
Source§fn default() -> WICImageParameters
fn default() -> WICImageParameters
Returns the “default value” for a type. Read more
impl Copy 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