Struct vulkanalia_sys::ExternalBufferProperties
source · [−]#[repr(C)]pub struct ExternalBufferProperties {
pub s_type: StructureType,
pub next: *mut c_void,
pub external_memory_properties: ExternalMemoryProperties,
}Expand description
Fields
s_type: StructureTypenext: *mut c_voidexternal_memory_properties: ExternalMemoryPropertiesTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ExternalBufferProperties
impl !Send for ExternalBufferProperties
impl !Sync for ExternalBufferProperties
impl Unpin for ExternalBufferProperties
impl UnwindSafe for ExternalBufferProperties
Blanket Implementations
Mutably borrows from an owned value. Read more