pub type PxSideOffsets = SideOffsets2D<Px, Px>;Expand description
Side-offsets in device pixels.
Aliased Type§
pub struct PxSideOffsets {
pub top: Px,
pub right: Px,
pub bottom: Px,
pub left: Px,
/* private fields */
}Fields§
§top: PxTop offset.
right: PxRight offset.
bottom: PxBottom offset.
left: PxLeft offset.