Enum peripherals::attributes::periph::EnumType [−][src]
pub enum EnumType {}Expand description
type: only on EnumType
Trait Implementations
impl<T: Into<Fields<RegisterType>>> BitAnd<T> for EnumType where
T: MayToggle, [src]
impl<T: Into<Fields<RegisterType>>> BitAnd<T> for EnumType where
T: MayToggle, [src]type Output = FieldValues<RegisterType, T::Toggle>
type Output = FieldValues<RegisterType, T::Toggle>The resulting type after applying the & operator.
impl<T: Into<FieldValues<RegisterType>>> BitOr<T> for EnumType where
T: MayToggle, [src]
impl<T: Into<FieldValues<RegisterType>>> BitOr<T> for EnumType where
T: MayToggle, [src]type Output = FieldValues<RegisterType>
type Output = FieldValues<RegisterType>The resulting type after applying the | operator.
impl<T: Into<Fields<RegisterType>>> BitXor<T> for EnumType where
T: MayToggle<Toggle = Toggle>, [src]
impl<T: Into<Fields<RegisterType>>> BitXor<T> for EnumType where
T: MayToggle<Toggle = Toggle>, [src]type Output = FieldValues<RegisterType>
type Output = FieldValues<RegisterType>The resulting type after applying the ^ operator.
impl From<EnumType> for FieldValues<RegisterType>[src]
impl From<EnumType> for FieldValues<RegisterType>[src]fn from(value: EnumType) -> FieldValues<RegisterType>[src]
fn from(value: EnumType) -> FieldValues<RegisterType>[src]Performs the conversion.
impl TryFrom<u8> for EnumType[src]
impl TryFrom<u8> for EnumType[src]type Error = InvalidValue
type Error = InvalidValueThe type returned in the event of a conversion error.
fn try_from(value: u8) -> Result<EnumType, InvalidValue>[src]
fn try_from(value: u8) -> Result<EnumType, InvalidValue>[src]Performs the conversion.