#[repr(C)]pub struct PhysicalDeviceExternalImageFormatInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub handle_type: ExternalMemoryHandleTypeFlagBits,
}Expand description
VkPhysicalDeviceExternalImageFormatInfo
Provided by VK_BASE_VERSION_1_1.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_IMAGE_FORMAT_INFO.
p_next: *const c_voidOptional, may be null.
handle_type: ExternalMemoryHandleTypeFlagBitsImplementations§
Source§impl PhysicalDeviceExternalImageFormatInfo
impl PhysicalDeviceExternalImageFormatInfo
Sourcepub fn builder<'a>() -> PhysicalDeviceExternalImageFormatInfoBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceExternalImageFormatInfoBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceExternalImageFormatInfo
impl Clone for PhysicalDeviceExternalImageFormatInfo
Source§fn clone(&self) -> PhysicalDeviceExternalImageFormatInfo
fn clone(&self) -> PhysicalDeviceExternalImageFormatInfo
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 moreimpl Copy for PhysicalDeviceExternalImageFormatInfo
impl ExtendsPhysicalDeviceImageFormatInfo2 for PhysicalDeviceExternalImageFormatInfo
Auto Trait Implementations§
impl Freeze for PhysicalDeviceExternalImageFormatInfo
impl RefUnwindSafe for PhysicalDeviceExternalImageFormatInfo
impl !Send for PhysicalDeviceExternalImageFormatInfo
impl !Sync for PhysicalDeviceExternalImageFormatInfo
impl Unpin for PhysicalDeviceExternalImageFormatInfo
impl UnsafeUnpin for PhysicalDeviceExternalImageFormatInfo
impl UnwindSafe for PhysicalDeviceExternalImageFormatInfo
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