Lines Matching defs:module
63 //! // same module where the `bitflags!` macro was invoked.
86 //! out of the current module by default. A definition can be exported out of
87 //! the current module by adding `pub` before `struct`:
330 /// // same module where the `bitflags!` macro was invoked.
1606 mod module {
1614 assert_eq!(module::Test::FOO.bits(), 1);
1619 mod module {
1622 // `pub (in super)` means only the module `module` will
1643 assert_eq!(module::value(), 1)