Struct skia_bindings::VkCommandBuffer_T
source · #[repr(C)]pub struct VkCommandBuffer_T { /* private fields */ }
Trait Implementations§
source§impl Clone for VkCommandBuffer_T
impl Clone for VkCommandBuffer_T
source§fn clone(&self) -> VkCommandBuffer_T
fn clone(&self) -> VkCommandBuffer_T
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 Debug for VkCommandBuffer_T
impl Debug for VkCommandBuffer_T
impl Copy for VkCommandBuffer_T
Auto Trait Implementations§
impl RefUnwindSafe for VkCommandBuffer_T
impl Send for VkCommandBuffer_T
impl Sync for VkCommandBuffer_T
impl Unpin for VkCommandBuffer_T
impl UnwindSafe for VkCommandBuffer_T
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