#[repr(C)]pub struct tagPRINTPAGERANGE {
pub nFromPage: DWORD,
pub nToPage: DWORD,
}
Fields§
§nFromPage: DWORD
§nToPage: DWORD
Trait Implementations§
Source§impl Clone for tagPRINTPAGERANGE
impl Clone for tagPRINTPAGERANGE
Source§fn clone(&self) -> tagPRINTPAGERANGE
fn clone(&self) -> tagPRINTPAGERANGE
Returns a copy 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 moreSource§impl Debug for tagPRINTPAGERANGE
impl Debug for tagPRINTPAGERANGE
Source§impl Ord for tagPRINTPAGERANGE
impl Ord for tagPRINTPAGERANGE
Source§fn cmp(&self, other: &tagPRINTPAGERANGE) -> Ordering
fn cmp(&self, other: &tagPRINTPAGERANGE) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagPRINTPAGERANGE
impl PartialEq for tagPRINTPAGERANGE
Source§impl PartialOrd for tagPRINTPAGERANGE
impl PartialOrd for tagPRINTPAGERANGE
impl Copy for tagPRINTPAGERANGE
impl Eq for tagPRINTPAGERANGE
impl StructuralPartialEq for tagPRINTPAGERANGE
Auto Trait Implementations§
impl Freeze for tagPRINTPAGERANGE
impl RefUnwindSafe for tagPRINTPAGERANGE
impl Send for tagPRINTPAGERANGE
impl Sync for tagPRINTPAGERANGE
impl Unpin for tagPRINTPAGERANGE
impl UnwindSafe for tagPRINTPAGERANGE
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