Struct vk_sys::Static [] [src]

pub struct Static {
    pub GetInstanceProcAddr: extern "system" fn(_: Instance, _: *const c_char) -> PFN_vkVoidFunction,
}

Fields

Methods

impl Static
[src]

Trait Implementations

impl Debug for Static
[src]

Formats the value using the given formatter.

impl Send for Static
[src]

impl Sync for Static
[src]