Struct ash::vk::PhysicalDeviceExternalImageFormatInfo
source · #[repr(C)]pub struct PhysicalDeviceExternalImageFormatInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub handle_type: ExternalMemoryHandleTypeFlags,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§handle_type: ExternalMemoryHandleTypeFlags
Implementations§
source§impl PhysicalDeviceExternalImageFormatInfo
impl PhysicalDeviceExternalImageFormatInfo
pub fn builder<'a>() -> PhysicalDeviceExternalImageFormatInfoBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDeviceExternalImageFormatInfo
impl Clone for PhysicalDeviceExternalImageFormatInfo
source§fn clone(&self) -> PhysicalDeviceExternalImageFormatInfo
fn clone(&self) -> PhysicalDeviceExternalImageFormatInfo
Returns a copy 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 TaggedStructure for PhysicalDeviceExternalImageFormatInfo
impl TaggedStructure for PhysicalDeviceExternalImageFormatInfo
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_EXTERNAL_IMAGE_FORMAT_INFO
impl 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 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