Struct dvk::core::VkMemoryRequirements [] [src]

#[repr(C)]
pub struct VkMemoryRequirements { pub size: VkDeviceSize, pub alignment: VkDeviceSize, pub memoryTypeBits: uint32_t, }

Fields

Trait Implementations

impl Copy for VkMemoryRequirements
[src]

impl Clone for VkMemoryRequirements
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more