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