pub type ExternalBufferPropertiesKHR = ExternalBufferProperties;
Aliased Type§
struct ExternalBufferPropertiesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub external_memory_properties: ExternalMemoryProperties,
}
Fields§
§s_type: StructureType
§p_next: *mut c_void
§external_memory_properties: ExternalMemoryProperties
Implementations
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