Struct ash::vk::MemoryRequirements [−][src]
#[repr(C)]pub struct MemoryRequirements { pub size: DeviceSize, pub alignment: DeviceSize, pub memory_type_bits: u32, }
Expand description
Fields
size: DeviceSize
alignment: DeviceSize
memory_type_bits: u32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for MemoryRequirements
impl Send for MemoryRequirements
impl Sync for MemoryRequirements
impl Unpin for MemoryRequirements
impl UnwindSafe for MemoryRequirements
Blanket Implementations
Mutably borrows from an owned value. Read more