pub type SideOffsets2D<T> = TypedSideOffsets2D<T, UnknownUnit>;Expand description
The default 2D side offset type with no unit.
Aliased Type§
#[repr(C)]pub struct SideOffsets2D<T> {
pub top: T,
pub right: T,
pub bottom: T,
pub left: T,
/* private fields */
}Fields§
§top: T§right: T§bottom: T§left: T