#[repr(C)]pub struct Print_Resolution {
pub horizontalDpi: u32,
pub verticalDpi: u32,
}Available on crate features
print and api-12 only.Expand description
Indicates print resolution in dpi unit.
Available since API-level: 12
Fields§
§horizontalDpi: u32§verticalDpi: u32Trait Implementations§
Source§impl Clone for Print_Resolution
impl Clone for Print_Resolution
Source§fn clone(&self) -> Print_Resolution
fn clone(&self) -> Print_Resolution
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_Resolution
impl Debug for Print_Resolution
impl Copy for Print_Resolution
Auto Trait Implementations§
impl Freeze for Print_Resolution
impl RefUnwindSafe for Print_Resolution
impl Send for Print_Resolution
impl Sync for Print_Resolution
impl Unpin for Print_Resolution
impl UnsafeUnpin for Print_Resolution
impl UnwindSafe for Print_Resolution
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