Struct dacite::core::MemoryType [] [src]

pub struct MemoryType {
    pub property_flags: MemoryPropertyFlags,
    pub heap_index: u32,
}

Fields

Trait Implementations

impl Debug for MemoryType
[src]

Formats the value using the given formatter.

impl Copy for MemoryType
[src]

impl Clone for MemoryType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for MemoryType
[src]

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

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

impl<'a> From<&'a VkMemoryType> for MemoryType
[src]

Performs the conversion.