Struct dacite::nv_dedicated_allocation::DedicatedAllocationMemoryAllocateInfoNv [] [src]

pub struct DedicatedAllocationMemoryAllocateInfoNv {
    pub image: Option<Image>,
    pub buffer: Option<Buffer>,
    pub chain: Option<DedicatedAllocationMemoryAllocateInfoChainNv>,
}

Fields

Trait Implementations

impl Debug for DedicatedAllocationMemoryAllocateInfoNv
[src]

Formats the value using the given formatter.

impl Clone for DedicatedAllocationMemoryAllocateInfoNv
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DedicatedAllocationMemoryAllocateInfoNv
[src]

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

This method tests for !=.