Skip to main content

DriverInfo

Type Alias DriverInfo 

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

Driver info string, from PhysicalDeviceDriverProperties::driver_info.

Aliased Type§

#[repr(transparent)]
pub struct DriverInfo(pub [u8; 256]);

Tuple Fields§

§0: [u8; 256]