pub struct PhysicalPx;
Expand description
This type is used as a tagging type for use with euclid::Scale
to convert
between physical and logical pixels.
Auto Trait Implementations§
impl Freeze for PhysicalPx
impl RefUnwindSafe for PhysicalPx
impl Send for PhysicalPx
impl Sync for PhysicalPx
impl Unpin for PhysicalPx
impl UnwindSafe for PhysicalPx
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