Tuple-Like ยง A struct with components, which can be identified by their index Example ยง // pub is optional pub struct Bounds(pub usize, pub usize); let image_bounds = Bounds(1024, 768);