Struct ash::vk::ExternalBufferProperties [−][src]
#[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: StructureTypep_next: *mut c_voidexternal_memory_properties: ExternalMemoryPropertiesImplementations
Trait Implementations
Returns the “default value” for a type. Read more
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