#[repr(C)]pub struct ExportMetalIOSurfaceInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub image: Image,
pub io_surface: *const c_void,
}Expand description
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_EXPORT_METAL_IO_SURFACE_INFO_EXT.
p_next: *const c_voidOptional, may be null.
image: Image§io_surface: *const c_voidImplementations§
Source§impl ExportMetalIOSurfaceInfoEXT
impl ExportMetalIOSurfaceInfoEXT
Sourcepub fn builder<'a>() -> ExportMetalIOSurfaceInfoEXTBuilder<'a>
pub fn builder<'a>() -> ExportMetalIOSurfaceInfoEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for ExportMetalIOSurfaceInfoEXT
impl Clone for ExportMetalIOSurfaceInfoEXT
Source§fn clone(&self) -> ExportMetalIOSurfaceInfoEXT
fn clone(&self) -> ExportMetalIOSurfaceInfoEXT
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 moreSource§impl Debug for ExportMetalIOSurfaceInfoEXT
impl Debug for ExportMetalIOSurfaceInfoEXT
impl Copy for ExportMetalIOSurfaceInfoEXT
impl ExtendsExportMetalObjectsInfoEXT for ExportMetalIOSurfaceInfoEXT
Auto Trait Implementations§
impl Freeze for ExportMetalIOSurfaceInfoEXT
impl RefUnwindSafe for ExportMetalIOSurfaceInfoEXT
impl !Send for ExportMetalIOSurfaceInfoEXT
impl !Sync for ExportMetalIOSurfaceInfoEXT
impl Unpin for ExportMetalIOSurfaceInfoEXT
impl UnsafeUnpin for ExportMetalIOSurfaceInfoEXT
impl UnwindSafe for ExportMetalIOSurfaceInfoEXT
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