Skip to main content

DeviceName

Type Alias DeviceName 

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

Physical device name string, from PhysicalDeviceProperties::device_name.

Aliased Type§

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

Tuple Fields§

§0: [i8; 256]