Struct windows_sys::Win32::UI::Controls::Dialogs::PRINTPAGERANGE
[−]Expand description
Required features: "Win32_UI_Controls_Dialogs"
Fields
nFromPage: u32
nToPage: u32
Trait Implementations
impl Clone for PRINTPAGERANGE
impl Clone for PRINTPAGERANGE
impl Copy for PRINTPAGERANGE
Auto Trait Implementations
impl RefUnwindSafe for PRINTPAGERANGE
impl Send for PRINTPAGERANGE
impl Sync for PRINTPAGERANGE
impl Unpin for PRINTPAGERANGE
impl UnwindSafe for PRINTPAGERANGE
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