Struct ash::vk::MemoryDedicatedRequirements [−][src]
#[repr(C)]pub struct MemoryDedicatedRequirements { pub s_type: StructureType, pub p_next: *mut c_void, pub prefers_dedicated_allocation: Bool32, pub requires_dedicated_allocation: Bool32, }
Expand description
Fields
s_type: StructureType
p_next: *mut c_void
prefers_dedicated_allocation: Bool32
requires_dedicated_allocation: Bool32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for MemoryDedicatedRequirements
impl !Send for MemoryDedicatedRequirements
impl !Sync for MemoryDedicatedRequirements
impl Unpin for MemoryDedicatedRequirements
impl UnwindSafe for MemoryDedicatedRequirements
Blanket Implementations
Mutably borrows from an owned value. Read more