Struct windows_sys::Win32::Graphics::GdiPlus::RedEyeCorrectionParams
#[repr(C)]pub struct RedEyeCorrectionParams {
pub numberOfAreas: u32,
pub areas: *mut RECT,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§numberOfAreas: u32
§areas: *mut RECT
Trait Implementations§
§impl Clone for RedEyeCorrectionParams
impl Clone for RedEyeCorrectionParams
impl Copy for RedEyeCorrectionParams
Auto Trait Implementations§
impl RefUnwindSafe for RedEyeCorrectionParams
impl !Send for RedEyeCorrectionParams
impl !Sync for RedEyeCorrectionParams
impl Unpin for RedEyeCorrectionParams
impl UnwindSafe for RedEyeCorrectionParams
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