#[repr(C)]pub struct ExternalImageFormatProperties {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub external_memory_properties: ExternalMemoryProperties,
}Expand description
VkExternalImageFormatProperties
Provided by VK_BASE_VERSION_1_1.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_EXTERNAL_IMAGE_FORMAT_PROPERTIES.
p_next: *mut c_voidOptional, may be null.
external_memory_properties: ExternalMemoryPropertiesImplementations§
Source§impl ExternalImageFormatProperties
impl ExternalImageFormatProperties
Sourcepub fn builder<'a>() -> ExternalImageFormatPropertiesBuilder<'a>
pub fn builder<'a>() -> ExternalImageFormatPropertiesBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for ExternalImageFormatProperties
impl Clone for ExternalImageFormatProperties
Source§fn clone(&self) -> ExternalImageFormatProperties
fn clone(&self) -> ExternalImageFormatProperties
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 ExternalImageFormatProperties
impl Default for ExternalImageFormatProperties
Source§fn default() -> ExternalImageFormatProperties
fn default() -> ExternalImageFormatProperties
Returns the “default value” for a type. Read more
impl Copy for ExternalImageFormatProperties
impl ExtendsImageFormatProperties2 for ExternalImageFormatProperties
Auto Trait Implementations§
impl Freeze for ExternalImageFormatProperties
impl RefUnwindSafe for ExternalImageFormatProperties
impl !Send for ExternalImageFormatProperties
impl !Sync for ExternalImageFormatProperties
impl Unpin for ExternalImageFormatProperties
impl UnsafeUnpin for ExternalImageFormatProperties
impl UnwindSafe for ExternalImageFormatProperties
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