Type Alias ExternalBufferPropertiesKHR

Source
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

Trait Implementations

Source§

impl Clone for ExternalBufferProperties

Source§

fn clone(&self) -> ExternalBufferProperties

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Default for ExternalBufferProperties

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Copy for ExternalBufferProperties