#[repr(i32)]pub enum CommandListType {
Direct = 0,
Bundle = 1,
Compute = 2,
Copy = 3,
VideoDecode = 4,
VideoProcess = 5,
VideoEncode = 6,
}
Variants§
Trait Implementations§
Source§impl Clone for CommandListType
impl Clone for CommandListType
Source§fn clone(&self) -> CommandListType
fn clone(&self) -> CommandListType
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 Debug for CommandListType
impl Debug for CommandListType
impl Copy for CommandListType
Auto Trait Implementations§
impl Freeze for CommandListType
impl RefUnwindSafe for CommandListType
impl Send for CommandListType
impl Sync for CommandListType
impl Unpin for CommandListType
impl UnwindSafe for CommandListType
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