#[repr(C)]pub struct Print_Range {
pub startPage: u32,
pub endPage: u32,
pub pagesArrayLen: u32,
pub pagesArray: *mut u32,
}Available on crate features
print and api-12 and api-13 only.Expand description
Indicates print range structure.
Available since API-level: 13
Fields§
§startPage: u32Print start page.
endPage: u32Print end page.
pagesArrayLen: u32Print page array length.
pagesArray: *mut u32Print page array.
Trait Implementations§
Source§impl Clone for Print_Range
impl Clone for Print_Range
Source§fn clone(&self) -> Print_Range
fn clone(&self) -> Print_Range
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Print_Range
impl Debug for Print_Range
impl Copy for Print_Range
Auto Trait Implementations§
impl Freeze for Print_Range
impl RefUnwindSafe for Print_Range
impl !Send for Print_Range
impl !Sync for Print_Range
impl Unpin for Print_Range
impl UnsafeUnpin for Print_Range
impl UnwindSafe for Print_Range
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