MCPcopy Create free account
hub / github.com/Recordscript/recordscript / ComPtr

Class ComPtr

libs/scrap/src/dxgi/mod.rs:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26use std::ffi::c_void;
27
28pub struct ComPtr<T>(*mut T);
29impl<T> ComPtr<T> {
30 fn is_null(&self) -> bool {
31 self.0.is_null()

Callers 7

newMethod · 0.85
load_frameMethod · 0.85
ohgodwhatMethod · 0.85
get_textureMethod · 0.85
get_from_gdiMethod · 0.85
read_and_invalidateMethod · 0.85
nextMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected