Struct ash::vk::ExternalMemoryImageCreateInfoNV
source · #[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§
source§impl ExternalMemoryImageCreateInfoNV
impl ExternalMemoryImageCreateInfoNV
pub fn builder<'a>() -> ExternalMemoryImageCreateInfoNVBuilder<'a>
Trait Implementations§
source§impl Clone for ExternalMemoryImageCreateInfoNV
impl Clone for ExternalMemoryImageCreateInfoNV
source§fn clone(&self) -> ExternalMemoryImageCreateInfoNV
fn clone(&self) -> ExternalMemoryImageCreateInfoNV
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more