Type Alias SideOffsets

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

Aliased Type§

#[repr(C)]
pub struct SideOffsets<U> { pub top: f32, pub right: f32, pub bottom: f32, pub left: f32, }

Fields§

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