pub type LayoutSideOffsets = SideOffsets2D<f32, LayoutPixel>;Aliased Type§
#[repr(C)]pub struct LayoutSideOffsets {
    pub top: f32,
    pub right: f32,
    pub bottom: f32,
    pub left: f32,
}Fields§
§top: f32§right: f32§bottom: f32§left: f32