#[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: UINT32Trait 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WICImageParameters
Source§impl Default for WICImageParameters
Available on crate feature impl-default only.
impl Default for WICImageParameters
Available on crate feature
impl-default only.Source§fn default() -> WICImageParameters
fn default() -> WICImageParameters
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WICImageParameters
impl RefUnwindSafe for WICImageParameters
impl Send for WICImageParameters
impl Sync for WICImageParameters
impl Unpin for WICImageParameters
impl UnsafeUnpin 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