pub struct PixelDensity {
pub unit: PixelDensityUnit,
pub x: u16,
pub y: u16,
}Fields§
§unit: PixelDensityUnit§x: u16§y: u16Trait Implementations§
Auto Trait Implementations§
impl Freeze for PixelDensity
impl RefUnwindSafe for PixelDensity
impl Send for PixelDensity
impl Sync for PixelDensity
impl Unpin for PixelDensity
impl UnsafeUnpin for PixelDensity
impl UnwindSafe for PixelDensity
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