#[repr(C)]pub struct VkPhysicalDeviceExternalImageFormatInfo {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub handleType: VkExternalMemoryHandleTypeFlagBits,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§handleType: VkExternalMemoryHandleTypeFlagBits
Trait Implementations§
Source§impl Clone for VkPhysicalDeviceExternalImageFormatInfo
impl Clone for VkPhysicalDeviceExternalImageFormatInfo
Source§fn clone(&self) -> VkPhysicalDeviceExternalImageFormatInfo
fn clone(&self) -> VkPhysicalDeviceExternalImageFormatInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkPhysicalDeviceExternalImageFormatInfo
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceExternalImageFormatInfo
impl RefUnwindSafe for VkPhysicalDeviceExternalImageFormatInfo
impl !Send for VkPhysicalDeviceExternalImageFormatInfo
impl !Sync for VkPhysicalDeviceExternalImageFormatInfo
impl Unpin for VkPhysicalDeviceExternalImageFormatInfo
impl UnwindSafe for VkPhysicalDeviceExternalImageFormatInfo
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