Lines Matching defs:not
8 // option. This file may not be copied, modified, or distributed
85 //! The generated structs and their associated flag constants are not exported
166 //! representation contains bits that do not correspond to a
169 //! any bits that do not correspond to defined flags
171 //! all bits (even those not corresponding to defined
179 //! - `toggle`: the specified flags will be inserted if not present, and removed
191 //! to the function), but not both.
193 //! not set in `self`, but which are allowed for this type.
197 //! The `Default` trait is not automatically implemented for the generated structs.
221 //! If your default value is not equal to `0` you need to implement `Default` yourself:
278 #![cfg_attr(not(test), no_std)]
452 // are not #[cfg]ed away.
550 /// representation contains bits that do not correspond to a flag.
561 /// that do not correspond to flags.
568 /// bits (even those not corresponding to a defined flag).
690 /// are present in `self` or `other`, but that are not present in
708 /// not set in `self`, but which are allowed for this type.
803 fn not(self) -> Self {
943 #[doc = "> The first principle is that you must not fool yourself — and"]