pub enum Options {
IgnoreEndMagic,
}Variants
IgnoreEndMagic
Trait Implementations
sourceimpl EnumSetTypePrivate for Options
impl EnumSetTypePrivate for Options
sourceconst ALL_BITS: Self::Repr = {transmute(0x01): <read::Options as enumset::__internal::EnumSetTypePrivate>::Repr}
const ALL_BITS: Self::Repr = {transmute(0x01): <read::Options as enumset::__internal::EnumSetTypePrivate>::Repr}
A mask of bits that are valid in the bitset.
sourcefn enum_into_u32(self) -> u32
fn enum_into_u32(self) -> u32
Converts an enum of this type into its bit position.
sourceunsafe fn enum_from_u32(val: u32) -> Self
unsafe fn enum_from_u32(val: u32) -> Self
Converts a bit position into an enum value.
sourceimpl PartialEq<EnumSet<Options>> for Options
impl PartialEq<EnumSet<Options>> for Options
impl Copy for Options
impl EnumSetType for Options
impl Eq for Options
Auto Trait Implementations
impl RefUnwindSafe for Options
impl Send for Options
impl Sync for Options
impl Unpin for Options
impl UnwindSafe for Options
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more