Enum vkxml::HandleType [] [src]

pub enum HandleType {
    Dispatch,
    NoDispatch,
}

Whether the handle is dispatchable or not.

Variants

Trait Implementations

impl Debug for HandleType
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for HandleType

impl Sync for HandleType