Skip to main content

Size

Type Alias Size 

Source
pub type Size = Vec<u32>;
Expand description

This is a type that defines two size: width and height.

Aliased Typeยง

pub struct Size { /* private fields */ }