Type Alias BorderSideWidth

Source
pub type BorderSideWidth = Au;
Expand description

A computed value for border-width (and the like).

Aliased Type§

#[repr(transparent)]
pub struct BorderSideWidth(pub i32);

Tuple Fields§

§0: i32