#[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 image_format_properties( self, image_format_properties: ImageFormatProperties, ) -> ExternalImageFormatPropertiesNV
pub fn external_memory_features( self, external_memory_features: ExternalMemoryFeatureFlagsNV, ) -> ExternalImageFormatPropertiesNV
pub fn export_from_imported_handle_types( self, export_from_imported_handle_types: ExternalMemoryHandleTypeFlagsNV, ) -> ExternalImageFormatPropertiesNV
pub fn compatible_handle_types( self, compatible_handle_types: ExternalMemoryHandleTypeFlagsNV, ) -> ExternalImageFormatPropertiesNV
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§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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)