Struct vkxml::Bitmask [] [src]

pub struct Bitmask {
    pub name: Identifier,
    pub notation: Option<Notation>,
    pub basetype: Identifier,
    pub enumref: Option<Identifier>,
}

Definition that specifies a bitmask, using a particular existing type. Contents are the same as typedef. The possible bits can be defined by a specific, referenced enumeration.

Fields

Specifies the original typename for the typedef. This name should reference an existing definition.

Specifies the name of an enumerator that the bitmask gets its bits from.

Trait Implementations

impl Debug for Bitmask
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Bitmask

impl Sync for Bitmask