#[repr(C)]pub struct ExternalImageFormatProperties {
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 !Send for ExternalImageFormatProperties
impl !Sync for ExternalImageFormatProperties
impl Unpin for ExternalImageFormatProperties
impl UnwindSafe for ExternalImageFormatProperties
Blanket Implementations
Mutably borrows from an owned value. Read more