Struct ash::vk::definitions::ExportMetalCommandQueueInfoEXT
source · #[repr(C)]pub struct ExportMetalCommandQueueInfoEXT<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub queue: Queue,
pub mtl_command_queue: MTLCommandQueue_id,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§queue: Queue
§mtl_command_queue: MTLCommandQueue_id
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> ExportMetalCommandQueueInfoEXT<'a>
impl<'a> ExportMetalCommandQueueInfoEXT<'a>
pub fn queue(self, queue: Queue) -> Self
pub fn mtl_command_queue(self, mtl_command_queue: MTLCommandQueue_id) -> Self
Trait Implementations§
source§impl<'a> Clone for ExportMetalCommandQueueInfoEXT<'a>
impl<'a> Clone for ExportMetalCommandQueueInfoEXT<'a>
source§fn clone(&self) -> ExportMetalCommandQueueInfoEXT<'a>
fn clone(&self) -> ExportMetalCommandQueueInfoEXT<'a>
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<'a> Debug for ExportMetalCommandQueueInfoEXT<'a>
impl<'a> Debug for ExportMetalCommandQueueInfoEXT<'a>
source§impl Default for ExportMetalCommandQueueInfoEXT<'_>
impl Default for ExportMetalCommandQueueInfoEXT<'_>
source§impl<'a> TaggedStructure for ExportMetalCommandQueueInfoEXT<'a>
impl<'a> TaggedStructure for ExportMetalCommandQueueInfoEXT<'a>
const STRUCTURE_TYPE: StructureType = StructureType::EXPORT_METAL_COMMAND_QUEUE_INFO_EXT
impl<'a> Copy for ExportMetalCommandQueueInfoEXT<'a>
impl ExtendsExportMetalObjectsInfoEXT for ExportMetalCommandQueueInfoEXT<'_>
impl Send for ExportMetalCommandQueueInfoEXT<'_>
impl Sync for ExportMetalCommandQueueInfoEXT<'_>
Auto Trait Implementations§
impl<'a> Freeze for ExportMetalCommandQueueInfoEXT<'a>
impl<'a> RefUnwindSafe for ExportMetalCommandQueueInfoEXT<'a>
impl<'a> Unpin for ExportMetalCommandQueueInfoEXT<'a>
impl<'a> UnwindSafe for ExportMetalCommandQueueInfoEXT<'a>
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