Enum vkxml::HandleType
[−]
[src]
pub enum HandleType {
Dispatch,
NoDispatch,
}Whether the handle is dispatchable or not.
Variants
DispatchNoDispatch