Type Alias DTypeUsageSet
pub type DTypeUsageSet = EnumSet<DTypeUsage>;Expand description
A set of DTypeUsage representing the total capabilities of a data type on a device.
Aliased Typeยง
pub struct DTypeUsageSet { /* private fields */ }