pub struct Execute;
Expand description
Capable of either compute or graphics commands execution.
Trait Implementations§
Source§impl Capability for Execute
impl Capability for Execute
Source§fn from_queue_type(queue_type: QueueType) -> Option<Self>
fn from_queue_type(queue_type: QueueType) -> Option<Self>
Try to create capability instance from queue_type.
Instance will be created if all required queue_type set.
Source§fn into_queue_type(self) -> QueueType
fn into_queue_type(self) -> QueueType
Convert into
QueueType
impl Copy for Execute
Auto Trait Implementations§
impl Freeze for Execute
impl RefUnwindSafe for Execute
impl Send for Execute
impl Sync for Execute
impl Unpin for Execute
impl UnwindSafe for Execute
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)