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