Struct ash::vk::ExportMetalCommandQueueInfoEXT
source · #[repr(C)]pub struct ExportMetalCommandQueueInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub queue: Queue,
pub mtl_command_queue: MTLCommandQueue_id,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§queue: Queue
§mtl_command_queue: MTLCommandQueue_id
Implementations§
source§impl ExportMetalCommandQueueInfoEXT
impl ExportMetalCommandQueueInfoEXT
pub fn builder<'a>() -> ExportMetalCommandQueueInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for ExportMetalCommandQueueInfoEXT
impl Clone for ExportMetalCommandQueueInfoEXT
source§fn clone(&self) -> ExportMetalCommandQueueInfoEXT
fn clone(&self) -> ExportMetalCommandQueueInfoEXT
Returns a copy 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 TaggedStructure for ExportMetalCommandQueueInfoEXT
impl TaggedStructure for ExportMetalCommandQueueInfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::EXPORT_METAL_COMMAND_QUEUE_INFO_EXT
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 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