Struct screen_13::prelude::vk::ImportMemoryHostPointerInfoEXT
source · pub struct ImportMemoryHostPointerInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub handle_type: ExternalMemoryHandleTypeFlags,
pub p_host_pointer: *mut c_void,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§handle_type: ExternalMemoryHandleTypeFlags§p_host_pointer: *mut c_voidImplementations§
source§impl ImportMemoryHostPointerInfoEXT
impl ImportMemoryHostPointerInfoEXT
pub fn builder<'a>() -> ImportMemoryHostPointerInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for ImportMemoryHostPointerInfoEXT
impl Clone for ImportMemoryHostPointerInfoEXT
source§fn clone(&self) -> ImportMemoryHostPointerInfoEXT
fn clone(&self) -> ImportMemoryHostPointerInfoEXT
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 moresource§impl Default for ImportMemoryHostPointerInfoEXT
impl Default for ImportMemoryHostPointerInfoEXT
source§fn default() -> ImportMemoryHostPointerInfoEXT
fn default() -> ImportMemoryHostPointerInfoEXT
Returns the “default value” for a type. Read more