Struct i_slint_compiler::langtype::LengthConversionPowers
source · pub struct LengthConversionPowers {
pub rem_to_px_power: i8,
pub px_to_phx_power: i8,
}
Fields§
§rem_to_px_power: i8
§px_to_phx_power: i8
Trait Implementations§
source§impl Debug for LengthConversionPowers
impl Debug for LengthConversionPowers
source§impl PartialEq<LengthConversionPowers> for LengthConversionPowers
impl PartialEq<LengthConversionPowers> for LengthConversionPowers
source§fn eq(&self, other: &LengthConversionPowers) -> bool
fn eq(&self, other: &LengthConversionPowers) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for LengthConversionPowers
Auto Trait Implementations§
impl RefUnwindSafe for LengthConversionPowers
impl Send for LengthConversionPowers
impl Sync for LengthConversionPowers
impl Unpin for LengthConversionPowers
impl UnwindSafe for LengthConversionPowers
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