freya
0.4.0-alpha.4
GetProc
Implementors
In freya::
engine::
prelude::
vk
freya
::
engine
::
prelude
::
vk
Trait
GetProc
Copy item path
pub trait GetProc:
Fn
(
GetProcOf
) ->
*const
c_void
{ }
Implementors
§
§
impl<T>
GetProc
for T
where T:
Fn
(
GetProcOf
) ->
*const
c_void
,