MCPcopy Create free account
hub / github.com/PerroEngine/Perro / bits

Method bits

perro_source/core/perro_structs/src/structs/bit_mask.rs:133–135  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

131
132 #[inline]
133 pub const fn bits(self) -> u32 {
134 self.0
135 }
136
137 #[inline]
138 pub const fn bit(bit: u8) -> Self {

Callers 15

parse_bitmask_scene_textFunction · 0.45
bench_bitmask_query_opsFunction · 0.45
withMethod · 0.45
try_from_layersMethod · 0.45
with_bitsMethod · 0.45
without_layersMethod · 0.45
pushedMethod · 0.45

Calls

no outgoing calls