Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/17cupsofcoffee/nova
/ eq
Method
eq
src/graphics/texture.rs:83–85 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
81
82
impl PartialEq for Texture {
83
fn eq(&self, other: &Self) -> bool {
84
self.raw.id == other.raw.id
85
}
86
}
87
88
pub struct RawTexture {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected