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