Struct i_slint_core::lengths::LogicalPx
source · [−]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 RefUnwindSafe for LogicalPx
impl Send for LogicalPx
impl Sync for LogicalPx
impl Unpin for LogicalPx
impl UnwindSafe for LogicalPx
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more