Struct vulkanalia_sys::MemoryRequirements2
source · [−]#[repr(C)]pub struct MemoryRequirements2 {
pub s_type: StructureType,
pub next: *mut c_void,
pub memory_requirements: MemoryRequirements,
}Expand description
Fields
s_type: StructureTypenext: *mut c_voidmemory_requirements: MemoryRequirementsTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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