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