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

Method uses_lsb_encoding

enumset_derive/src/plan.rs:484–486  ·  view source on GitHub ↗

Returns whether the LSB encoding is used for this set.

(&self)

Source from the content-addressed store, hash-verified

482
483 /// Returns whether the LSB encoding is used for this set.
484 pub fn uses_lsb_encoding(&self) -> bool {
485 self.lsb_encoding
486 }
487
488 /// Returns whether the MSB encoding is used for this set.
489 pub fn uses_msb_encoding(&self) -> Option<i64> {

Callers 2

create_enum_conversionsFunction · 0.80
create_enum_const_opersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected