Struct ash::vk::ExternalBufferProperties
source · #[repr(C)]pub struct ExternalBufferProperties {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub external_memory_properties: ExternalMemoryProperties,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§external_memory_properties: ExternalMemoryPropertiesImplementations§
source§impl ExternalBufferProperties
impl ExternalBufferProperties
pub fn builder<'a>() -> ExternalBufferPropertiesBuilder<'a>
Trait Implementations§
source§impl Clone for ExternalBufferProperties
impl Clone for ExternalBufferProperties
source§fn clone(&self) -> ExternalBufferProperties
fn clone(&self) -> ExternalBufferProperties
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