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