Struct ash::vk::ExternalImageFormatPropertiesNV
source · #[repr(C)]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,
}
Expand description
Fields§
§image_format_properties: ImageFormatProperties
§external_memory_features: ExternalMemoryFeatureFlagsNV
§export_from_imported_handle_types: ExternalMemoryHandleTypeFlagsNV
§compatible_handle_types: ExternalMemoryHandleTypeFlagsNV
Implementations§
source§impl ExternalImageFormatPropertiesNV
impl ExternalImageFormatPropertiesNV
pub fn builder<'a>() -> ExternalImageFormatPropertiesNVBuilder<'a>
Trait Implementations§
source§impl Clone for ExternalImageFormatPropertiesNV
impl Clone for ExternalImageFormatPropertiesNV
source§fn clone(&self) -> ExternalImageFormatPropertiesNV
fn clone(&self) -> ExternalImageFormatPropertiesNV
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for ExternalImageFormatPropertiesNV
impl Default for ExternalImageFormatPropertiesNV
source§fn default() -> ExternalImageFormatPropertiesNV
fn default() -> ExternalImageFormatPropertiesNV
Returns the “default value” for a type. Read more
impl Copy for ExternalImageFormatPropertiesNV
Auto Trait Implementations§
impl Freeze for ExternalImageFormatPropertiesNV
impl RefUnwindSafe for ExternalImageFormatPropertiesNV
impl Send for ExternalImageFormatPropertiesNV
impl Sync for ExternalImageFormatPropertiesNV
impl Unpin for ExternalImageFormatPropertiesNV
impl UnwindSafe for ExternalImageFormatPropertiesNV
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more