Skip to main content

LayerName

Type Alias LayerName 

Source
pub type LayerName = StringArray<{ _ }>;
Expand description

Layer name string, e.g. from LayerProperties::layer_name.

Aliased Type§

#[repr(transparent)]
pub struct LayerName(pub [i8; 256]);

Tuple Fields§

§0: [i8; 256]