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