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