Lines Matching defs:fn
114 pub const fn empty() -> Self { constant
120 pub const fn all() -> Self { constant
126 pub const fn valid_bits() -> Self { constant
132 pub const fn valid(val: $type) -> bool { constant
138 pub const fn any_set(self, mask: Self) -> bool { constant
144 pub const fn all_set(self, mask: Self) -> bool { constant
150 pub const fn none_set(self, mask: Self) -> bool { constant
156 pub const fn from_bits(value: $type) -> Self { constant
162 pub const fn into_bits(self) -> $type { constant
186 pub const fn intersection(self, rhs: Self) -> Self { constant
192 pub const fn difference(self, rhs: Self) -> Self { constant
198 pub const fn symmetric_difference(self, rhs: Self) -> Self { constant
204 pub const fn union(self, rhs: Self) -> Self { constant
210 pub const fn invert(self) -> Self { constant