#[repr(transparent)]pub struct CommandList(pub *mut c_void);Expand description
A typedef representing a command list or command buffer.
Tuple Fields§
§0: *mut c_voidTrait Implementations§
Source§impl Clone for CommandList
impl Clone for CommandList
Source§fn clone(&self) -> CommandList
fn clone(&self) -> CommandList
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 CommandList
impl Debug for CommandList
impl Copy for CommandList
Auto Trait Implementations§
impl Freeze for CommandList
impl RefUnwindSafe for CommandList
impl !Send for CommandList
impl !Sync for CommandList
impl Unpin for CommandList
impl UnwindSafe for CommandList
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