Struct vulkanalia_sys::MemoryAllocateFlagsInfo
source · [−]#[repr(C)]pub struct MemoryAllocateFlagsInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: MemoryAllocateFlags,
pub device_mask: u32,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidflags: MemoryAllocateFlagsdevice_mask: u32Trait 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 MemoryAllocateFlagsInfo
impl !Send for MemoryAllocateFlagsInfo
impl !Sync for MemoryAllocateFlagsInfo
impl Unpin for MemoryAllocateFlagsInfo
impl UnwindSafe for MemoryAllocateFlagsInfo
Blanket Implementations
Mutably borrows from an owned value. Read more