Type Alias SideOffsets

Source
pub type SideOffsets<U> = TypedSideOffsets2D<f32, U>;

Aliased Type§

struct SideOffsets<U> {
    pub top: f32,
    pub right: f32,
    pub bottom: f32,
    pub left: f32,
}

Fields§

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