Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Recordscript/recordscript
/ is_null
Method
is_null
libs/scrap/src/dxgi/mod.rs:30–32 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
28
pub struct ComPtr<T>(*mut T);
29
impl<T> ComPtr<T> {
30
fn is_null(&self) -> bool {
31
self.0.is_null()
32
}
33
}
34
impl<T> Drop for ComPtr<T> {
35
fn drop(&mut self) {
Callers
12
drop
Method · 0.45
new
Method · 0.45
get_texture
Method · 0.45
unmap
Method · 0.45
read_and_invalidate
Method · 0.45
adapter_luid
Method · 0.45
new
Method · 0.45
new
Method · 0.45
load_func
Method · 0.45
uninit
Method · 0.45
exclude
Method · 0.45
destroy_windows
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected