Struct windows_sys::Graphics::Printing::PrintPageDescription
[−]#[repr(C)]pub struct PrintPageDescription {
pub PageSize: Size,
pub ImageableRect: Rect,
pub DpiX: u32,
pub DpiY: u32,
}
Expand description
Required features: "Graphics_Printing"
, "Foundation"
Fields
PageSize: Size
ImageableRect: Rect
DpiX: u32
DpiY: u32
Trait Implementations
impl Clone for PrintPageDescription
impl Clone for PrintPageDescription
impl Copy for PrintPageDescription
Auto Trait Implementations
impl RefUnwindSafe for PrintPageDescription
impl Send for PrintPageDescription
impl Sync for PrintPageDescription
impl Unpin for PrintPageDescription
impl UnwindSafe for PrintPageDescription
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