Struct windows_sys::Win32::System::WinRT::Pdf::PDF_RENDER_PARAMS
[−]#[repr(C)]pub struct PDF_RENDER_PARAMS {
pub SourceRect: D2D_RECT_F,
pub DestinationWidth: u32,
pub DestinationHeight: u32,
pub BackgroundColor: D2D_COLOR_F,
pub IgnoreHighContrast: BOOLEAN,
}
Expand description
Required features: ‘Win32_System_WinRT_Pdf’, ‘Win32_Foundation’, ‘Win32_Graphics_Direct2D_Common’
Fields
SourceRect: D2D_RECT_F
DestinationWidth: u32
DestinationHeight: u32
BackgroundColor: D2D_COLOR_F
IgnoreHighContrast: BOOLEAN
Trait Implementations
impl Clone for PDF_RENDER_PARAMS
impl Clone for PDF_RENDER_PARAMS
impl Copy for PDF_RENDER_PARAMS
Auto Trait Implementations
impl RefUnwindSafe for PDF_RENDER_PARAMS
impl Send for PDF_RENDER_PARAMS
impl Sync for PDF_RENDER_PARAMS
impl Unpin for PDF_RENDER_PARAMS
impl UnwindSafe for PDF_RENDER_PARAMS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more