#[repr(C)]pub struct VkExportMetalDeviceInfoEXT {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub mtlDevice: MTLDevice_id,
}Fields§
§sType: VkStructureType§pNext: *const c_void§mtlDevice: MTLDevice_idTrait Implementations§
Source§impl Clone for VkExportMetalDeviceInfoEXT
impl Clone for VkExportMetalDeviceInfoEXT
Source§fn clone(&self) -> VkExportMetalDeviceInfoEXT
fn clone(&self) -> VkExportMetalDeviceInfoEXT
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 moreimpl Copy for VkExportMetalDeviceInfoEXT
Auto Trait Implementations§
impl Freeze for VkExportMetalDeviceInfoEXT
impl RefUnwindSafe for VkExportMetalDeviceInfoEXT
impl !Send for VkExportMetalDeviceInfoEXT
impl !Sync for VkExportMetalDeviceInfoEXT
impl Unpin for VkExportMetalDeviceInfoEXT
impl UnwindSafe for VkExportMetalDeviceInfoEXT
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