#[repr(C)]pub struct VkImage(/* private fields */);Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VkImage
impl RefUnwindSafe for VkImage
impl Send for VkImage
impl Sync for VkImage
impl Unpin for VkImage
impl UnwindSafe for VkImage
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