Enum dacite::core::SystemAllocationSope [] [src]

pub enum SystemAllocationSope {
    Command,
    Object,
    Cache,
    Device,
    Instance,
    Unknown(VkSystemAllocationScope),
}

Variants

Trait Implementations

impl Debug for SystemAllocationSope
[src]

Formats the value using the given formatter.

impl Copy for SystemAllocationSope
[src]

impl Clone for SystemAllocationSope
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SystemAllocationSope
[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 SystemAllocationSope
[src]

impl Hash for SystemAllocationSope
[src]

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

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

impl From<VkSystemAllocationScope> for SystemAllocationSope
[src]

Performs the conversion.