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