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