pub struct VkIndirectExecutionSetEXT_T { /* private fields */ }Auto Trait Implementations§
impl Freeze for VkIndirectExecutionSetEXT_T
impl RefUnwindSafe for VkIndirectExecutionSetEXT_T
impl !Send for VkIndirectExecutionSetEXT_T
impl !Sync for VkIndirectExecutionSetEXT_T
impl !Unpin for VkIndirectExecutionSetEXT_T
impl UnwindSafe for VkIndirectExecutionSetEXT_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