Struct 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: bool,
}Fields§
§SourceRect: D2D_RECT_F§DestinationWidth: u32§DestinationHeight: u32§BackgroundColor: D2D_COLOR_F§IgnoreHighContrast: boolTrait Implementations§
§impl Clone for PDF_RENDER_PARAMS
impl Clone for PDF_RENDER_PARAMS
§fn clone(&self) -> PDF_RENDER_PARAMS
fn clone(&self) -> PDF_RENDER_PARAMS
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 more§impl Debug for PDF_RENDER_PARAMS
impl Debug for PDF_RENDER_PARAMS
§impl Default for PDF_RENDER_PARAMS
impl Default for PDF_RENDER_PARAMS
§fn default() -> PDF_RENDER_PARAMS
fn default() -> PDF_RENDER_PARAMS
Returns the “default value” for a type. Read more
§impl PartialEq for PDF_RENDER_PARAMS
impl PartialEq for PDF_RENDER_PARAMS
impl Copy for PDF_RENDER_PARAMS
impl StructuralPartialEq for PDF_RENDER_PARAMS
Auto Trait Implementations§
impl Freeze for PDF_RENDER_PARAMS
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§
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