Enum dacite::core::InternalAllocationType [] [src]

pub enum InternalAllocationType {
    Executable,
    Unknown(VkInternalAllocationType),
}

Variants

Trait Implementations

impl Debug for InternalAllocationType
[src]

Formats the value using the given formatter.

impl Copy for InternalAllocationType
[src]

impl Clone for InternalAllocationType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for InternalAllocationType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for InternalAllocationType
[src]

impl Hash for InternalAllocationType
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl From<VkInternalAllocationType> for InternalAllocationType
[src]

Performs the conversion.