#[repr(C)]pub struct Print_PageSize {
pub id: *mut c_char,
pub name: *mut c_char,
pub width: u32,
pub height: u32,
}Available on crate features
print and api-12 only.Expand description
Indicates paper size info.
Available since API-level: 12
Fields§
§id: *mut c_charPaper id.
name: *mut c_charPaper name.
width: u32Paper width.
height: u32Paper height.
Trait Implementations§
Source§impl Clone for Print_PageSize
impl Clone for Print_PageSize
Source§fn clone(&self) -> Print_PageSize
fn clone(&self) -> Print_PageSize
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_PageSize
impl Debug for Print_PageSize
impl Copy for Print_PageSize
Auto Trait Implementations§
impl Freeze for Print_PageSize
impl RefUnwindSafe for Print_PageSize
impl !Send for Print_PageSize
impl !Sync for Print_PageSize
impl Unpin for Print_PageSize
impl UnsafeUnpin for Print_PageSize
impl UnwindSafe for Print_PageSize
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