pub struct LogicalPx;
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 LogicalPx
impl RefUnwindSafe for LogicalPx
impl Send for LogicalPx
impl Sync for LogicalPx
impl Unpin for LogicalPx
impl UnwindSafe for LogicalPx
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