#[repr(C, packed(1))]pub struct tagPRINTPAGERANGE {
pub nFromPage: DWORD,
pub nToPage: DWORD,
}Fields§
§nFromPage: DWORD§nToPage: DWORDTrait Implementations§
Source§impl Clone for tagPRINTPAGERANGE
impl Clone for tagPRINTPAGERANGE
Source§fn clone(&self) -> tagPRINTPAGERANGE
fn clone(&self) -> tagPRINTPAGERANGE
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 moreSource§impl Debug for tagPRINTPAGERANGE
impl Debug for tagPRINTPAGERANGE
impl Copy 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