MCPcopy Create free account
hub / github.com/bitflags/bitflags / value

Method value

src/traits.rs:42–44  ·  view source on GitHub ↗

Get the flags value of this flag. */

(&self)

Source from the content-addressed store, hash-verified

40 Get the flags value of this flag.
41 */
42 pub const fn value(&self) -> &B {
43 &self.value
44 }
45
46 /**
47 Whether the flag is named.

Callers 7

allMethod · 0.80
all_namedMethod · 0.80
from_nameMethod · 0.80
nextMethod · 0.80
casesFunction · 0.80
casesFunction · 0.80
test_defined_namesFunction · 0.80

Calls

no outgoing calls

Tested by 3

casesFunction · 0.64
casesFunction · 0.64
test_defined_namesFunction · 0.64