Struct vk_sys::Static [] [src]

pub struct Static {
    // some fields omitted
}

Methods

impl Static
[src]

fn load<F>(f: F) -> Static where F: FnMut(&CStr) -> *const c_void

unsafe fn GetInstanceProcAddr(&self, instance: Instance, pName: *const c_char) -> PFN_vkVoidFunction

Trait Implementations

impl Debug for Static
[src]

fn fmt(&self, fmt: &mut Formatter) -> Result<()Error>

Formats the value using the given formatter.

impl Send for Static
[src]

impl Sync for Static
[src]