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