Struct ash::vk::definitions::PhysicalDeviceExternalImageFormatInfo
source · #[repr(C)]pub struct PhysicalDeviceExternalImageFormatInfo<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub handle_type: ExternalMemoryHandleTypeFlags,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§handle_type: ExternalMemoryHandleTypeFlags
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceExternalImageFormatInfo<'a>
impl<'a> PhysicalDeviceExternalImageFormatInfo<'a>
pub fn handle_type(self, handle_type: ExternalMemoryHandleTypeFlags) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceExternalImageFormatInfo<'a>
impl<'a> Clone for PhysicalDeviceExternalImageFormatInfo<'a>
source§fn clone(&self) -> PhysicalDeviceExternalImageFormatInfo<'a>
fn clone(&self) -> PhysicalDeviceExternalImageFormatInfo<'a>
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<'a> Debug for PhysicalDeviceExternalImageFormatInfo<'a>
impl<'a> Debug for PhysicalDeviceExternalImageFormatInfo<'a>
source§impl Default for PhysicalDeviceExternalImageFormatInfo<'_>
impl Default for PhysicalDeviceExternalImageFormatInfo<'_>
source§impl<'a> TaggedStructure for PhysicalDeviceExternalImageFormatInfo<'a>
impl<'a> TaggedStructure for PhysicalDeviceExternalImageFormatInfo<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_EXTERNAL_IMAGE_FORMAT_INFO
impl<'a> Copy for PhysicalDeviceExternalImageFormatInfo<'a>
impl ExtendsPhysicalDeviceImageFormatInfo2 for PhysicalDeviceExternalImageFormatInfo<'_>
impl Send for PhysicalDeviceExternalImageFormatInfo<'_>
impl Sync for PhysicalDeviceExternalImageFormatInfo<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceExternalImageFormatInfo<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceExternalImageFormatInfo<'a>
impl<'a> Unpin for PhysicalDeviceExternalImageFormatInfo<'a>
impl<'a> UnwindSafe for PhysicalDeviceExternalImageFormatInfo<'a>
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