#[repr(C)]pub struct PhysicalDeviceExternalImageFormatInfo {
pub sType: StructureType,
pub pNext: *const c_void,
pub handleType: ExternalMemoryHandleTypeFlagBits,
}Fields§
§sType: StructureType§pNext: *const c_void§handleType: ExternalMemoryHandleTypeFlagBitsTrait 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
Auto Trait Implementations§
impl Freeze for PhysicalDeviceExternalImageFormatInfo
impl RefUnwindSafe for PhysicalDeviceExternalImageFormatInfo
impl !Send for PhysicalDeviceExternalImageFormatInfo
impl !Sync for PhysicalDeviceExternalImageFormatInfo
impl Unpin 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