#[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: ExternalMemoryHandleTypeFlagsNVImplementations§
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 duplicate 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