Type Alias Marginf

Source
pub type Marginf = MarginF32;
👎Deprecated: Renamed to MarginF32

Aliased Type§

struct Marginf {
    pub left: f32,
    pub right: f32,
    pub top: f32,
    pub bottom: f32,
}

Fields§

§left: f32§right: f32§top: f32§bottom: f32