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