Struct dacite::core::MemoryAllocateInfo [] [src]

pub struct MemoryAllocateInfo {
    pub allocation_size: u64,
    pub memory_type_index: u32,
    pub chain: Option<MemoryAllocateInfoChain>,
}

Fields

Trait Implementations

impl Debug for MemoryAllocateInfo
[src]

Formats the value using the given formatter.

impl Clone for MemoryAllocateInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for MemoryAllocateInfo
[src]

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

This method tests for !=.