Struct ash::vk::types::MemoryRequirements [] [src]

#[repr(C)]
pub struct MemoryRequirements { pub size: DeviceSize, pub alignment: DeviceSize, pub memory_type_bits: uint32_t, }

Fields

Trait Implementations

impl Debug for MemoryRequirements
[src]

[src]

Formats the value using the given formatter.

impl Clone for MemoryRequirements
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Hash for MemoryRequirements
[src]

[src]

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

1.3.0
[src]

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