pub struct Static {
pub GetInstanceProcAddr: extern "system" fn(_: Instance, _: *const c_char) -> PFN_vkVoidFunction,
}
Fields§
§GetInstanceProcAddr: extern "system" fn(_: Instance, _: *const c_char) -> PFN_vkVoidFunction
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Static
impl RefUnwindSafe for Static
impl Unpin for Static
impl UnwindSafe for Static
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