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