Skip to main content

DTypeUsageSet

Type Alias DTypeUsageSet 

Source
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 */ }