#[repr(C)]pub struct D2D1_PRINT_CONTROL_PROPERTIES {
pub fontSubset: D2D1_PRINT_FONT_SUBSET_MODE,
pub rasterDPI: f32,
pub colorSpace: D2D1_COLOR_SPACE,
}
Expand description
Required features: "Win32_Graphics_Direct2D"
Fields
fontSubset: D2D1_PRINT_FONT_SUBSET_MODE
rasterDPI: f32
colorSpace: D2D1_COLOR_SPACE
Trait Implementations
impl Clone for D2D1_PRINT_CONTROL_PROPERTIES
impl Clone for D2D1_PRINT_CONTROL_PROPERTIES
impl Copy for D2D1_PRINT_CONTROL_PROPERTIES
Auto Trait Implementations
impl RefUnwindSafe for D2D1_PRINT_CONTROL_PROPERTIES
impl Send for D2D1_PRINT_CONTROL_PROPERTIES
impl Sync for D2D1_PRINT_CONTROL_PROPERTIES
impl Unpin for D2D1_PRINT_CONTROL_PROPERTIES
impl UnwindSafe for D2D1_PRINT_CONTROL_PROPERTIES
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more