Struct dacite::nv_external_memory_capabilities::ExternalImageFormatPropertiesNv [] [src]

pub struct ExternalImageFormatPropertiesNv {
    pub image_format_properties: ImageFormatProperties,
    pub external_memory_features: ExternalMemoryFeatureFlagsNv,
    pub export_from_imported_handle_types: ExternalMemoryHandleTypeFlagsNv,
    pub compatible_handle_types: ExternalMemoryHandleTypeFlagsNv,
}

Fields

Trait Implementations

impl Debug for ExternalImageFormatPropertiesNv
[src]

Formats the value using the given formatter.

impl Copy for ExternalImageFormatPropertiesNv
[src]

impl Clone for ExternalImageFormatPropertiesNv
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ExternalImageFormatPropertiesNv
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ExternalImageFormatPropertiesNv
[src]

impl Hash for ExternalImageFormatPropertiesNv
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl<'a> From<&'a VkExternalImageFormatPropertiesNV> for ExternalImageFormatPropertiesNv
[src]

Performs the conversion.