MCPcopy 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

28pub struct ComPtr<T>(*mut T);
29impl<T> ComPtr<T> {
30 fn is_null(&self) -> bool {
31 self.0.is_null()
32 }
33}
34impl<T> Drop for ComPtr<T> {
35 fn drop(&mut self) {

Callers 12

dropMethod · 0.45
newMethod · 0.45
get_textureMethod · 0.45
unmapMethod · 0.45
read_and_invalidateMethod · 0.45
adapter_luidMethod · 0.45
newMethod · 0.45
newMethod · 0.45
load_funcMethod · 0.45
uninitMethod · 0.45
excludeMethod · 0.45
destroy_windowsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected