#[repr(C)]pub struct ExportMetalObjectsInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
}Expand description
VkExportMetalObjectsInfoEXT
Provided by VK_EXT_metal_objects.
§Extended By
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_EXPORT_METAL_OBJECTS_INFO_EXT.
p_next: *const c_voidOptional, may be null.
Implementations§
Source§impl ExportMetalObjectsInfoEXT
impl ExportMetalObjectsInfoEXT
Sourcepub fn builder<'a>() -> ExportMetalObjectsInfoEXTBuilder<'a>
pub fn builder<'a>() -> ExportMetalObjectsInfoEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for ExportMetalObjectsInfoEXT
impl Clone for ExportMetalObjectsInfoEXT
Source§fn clone(&self) -> ExportMetalObjectsInfoEXT
fn clone(&self) -> ExportMetalObjectsInfoEXT
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 ExportMetalObjectsInfoEXT
impl Debug for ExportMetalObjectsInfoEXT
Source§impl Default for ExportMetalObjectsInfoEXT
impl Default for ExportMetalObjectsInfoEXT
Source§fn default() -> ExportMetalObjectsInfoEXT
fn default() -> ExportMetalObjectsInfoEXT
Returns the “default value” for a type. Read more
impl Copy for ExportMetalObjectsInfoEXT
Auto Trait Implementations§
impl Freeze for ExportMetalObjectsInfoEXT
impl RefUnwindSafe for ExportMetalObjectsInfoEXT
impl !Send for ExportMetalObjectsInfoEXT
impl !Sync for ExportMetalObjectsInfoEXT
impl Unpin for ExportMetalObjectsInfoEXT
impl UnsafeUnpin for ExportMetalObjectsInfoEXT
impl UnwindSafe for ExportMetalObjectsInfoEXT
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