skia_safe::gpu::ganesh::mtlType Alias BackendContext
Source pub type BackendContext = Handle<GrMtlBackendContext>;
struct BackendContext();
§Safety
Unsafe because it expects various objects in form of c_void
pointers.
This function retains all the non-null
handles passed to it and releases them as soon the
BackendContext is dropped.
Formats the value using the given formatter.
Read more