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