pub struct Graphics;
Expand description
Capable of graphics command execution.
Trait Implementations§
Source§impl Capability for Graphics
impl Capability for Graphics
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 Graphics
Auto Trait Implementations§
impl Freeze for Graphics
impl RefUnwindSafe for Graphics
impl Send for Graphics
impl Sync for Graphics
impl Unpin for Graphics
impl UnwindSafe for Graphics
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
)