MCPcopy Create free account
hub / github.com/Lymia/enumset / uses_msb_encoding

Method uses_msb_encoding

enumset_derive/src/plan.rs:489–491  ·  view source on GitHub ↗

Returns whether the MSB encoding is used for this set.

(&self)

Source from the content-addressed store, hash-verified

487
488 /// Returns whether the MSB encoding is used for this set.
489 pub fn uses_msb_encoding(&self) -> Option<i64> {
490 self.msb_encoding
491 }
492
493 /// Returns whether the mask encoding is used for this set.
494 pub fn uses_mask_encoding(&self) -> bool {

Callers 2

create_enum_conversionsFunction · 0.80
create_enum_const_opersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected