#[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: ImageFormatPropertiesexternal_memory_features: ExternalMemoryFeatureFlagsNVexport_from_imported_handle_types: ExternalMemoryHandleTypeFlagsNVcompatible_handle_types: ExternalMemoryHandleTypeFlagsNVImplementations
sourceimpl ExternalImageFormatPropertiesNV
impl ExternalImageFormatPropertiesNV
pub fn builder<'a>() -> ExternalImageFormatPropertiesNVBuilder<'a>
Trait Implementations
sourceimpl Clone for ExternalImageFormatPropertiesNV
impl Clone for ExternalImageFormatPropertiesNV
sourcefn clone(&self) -> ExternalImageFormatPropertiesNV
fn clone(&self) -> ExternalImageFormatPropertiesNV
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for ExternalImageFormatPropertiesNV
impl Default for ExternalImageFormatPropertiesNV
sourcefn default() -> ExternalImageFormatPropertiesNV
fn default() -> ExternalImageFormatPropertiesNV
Returns the “default value” for a type. Read more
impl Copy for ExternalImageFormatPropertiesNV
Auto Trait Implementations
impl RefUnwindSafe for ExternalImageFormatPropertiesNV
impl Send for ExternalImageFormatPropertiesNV
impl Sync for ExternalImageFormatPropertiesNV
impl Unpin for ExternalImageFormatPropertiesNV
impl UnwindSafe for ExternalImageFormatPropertiesNV
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more