pub struct LayoutStyleConfig {
pub harmonic_ratio: f64,
pub min_screen: String,
pub max_screen: String,
pub base_value: String,
pub resizing_ratio: f64,
pub dev: bool,
}
Fields§
§harmonic_ratio: f64
§min_screen: String
§max_screen: String
§base_value: String
§resizing_ratio: f64
§dev: bool
Trait Implementations§
Source§impl Debug for LayoutStyleConfig
impl Debug for LayoutStyleConfig
Source§impl<'de> Deserialize<'de> for LayoutStyleConfig
impl<'de> Deserialize<'de> for LayoutStyleConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for LayoutStyleConfig
impl RefUnwindSafe for LayoutStyleConfig
impl Send for LayoutStyleConfig
impl Sync for LayoutStyleConfig
impl Unpin for LayoutStyleConfig
impl UnwindSafe for LayoutStyleConfig
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