Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
use std::ffi::c_void;
27
28
pub struct ComPtr<T>(*mut T);
29
impl<T> ComPtr<T> {
30
fn is_null(&self) -> bool {
31
self.0.is_null()
Callers
7
new
Method · 0.85
load_frame
Method · 0.85
ohgodwhat
Method · 0.85
get_texture
Method · 0.85
get_from_gdi
Method · 0.85
read_and_invalidate
Method · 0.85
next
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected