Enum GetProcOf
pub enum GetProcOf {
Instance(*mut VkInstance_T, *const i8),
Device(*mut VkDevice_T, *const i8),
}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetProcOf
impl RefUnwindSafe for GetProcOf
impl !Send for GetProcOf
impl !Sync for GetProcOf
impl Unpin for GetProcOf
impl UnwindSafe for GetProcOf
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