Trait peripherals::MayToggle [−][src]
pub trait MayToggle {
type Toggle;
}Expand description
Whether the fields or fields values may be toggled
Associated Types
Implementors
impl MayToggle for peripherals::attributes::periph::EnumImpl[src]
impl MayToggle for peripherals::attributes::periph::EnumImpl[src]impl: only on impls
type Toggle = ()
impl MayToggle for peripherals::attributes::register::EnumAll[src]
impl MayToggle for peripherals::attributes::register::EnumAll[src]all: on everything
type Toggle = ()
impl MayToggle for peripherals::attributes::register::EnumImpl[src]
impl MayToggle for peripherals::attributes::register::EnumImpl[src]impl: only on impls
type Toggle = ()
impl MayToggle for peripherals::attributes::periph::NewtypeAll[src]
impl MayToggle for peripherals::attributes::periph::NewtypeAll[src]all: on everything
impl MayToggle for peripherals::attributes::periph::NewtypeField[src]
impl MayToggle for peripherals::attributes::periph::NewtypeField[src]impl MayToggle for peripherals::attributes::periph::NewtypeImpl[src]
impl MayToggle for peripherals::attributes::periph::NewtypeImpl[src]impl: only on impls
impl MayToggle for peripherals::attributes::periph::NewtypeType[src]
impl MayToggle for peripherals::attributes::periph::NewtypeType[src]impl MayToggle for ExternField[src]
impl MayToggle for ExternField[src]type Toggle = ()
impl MayToggle for ExternType[src]
impl MayToggle for ExternType[src]type Toggle = ()
impl MayToggle for peripherals::attributes::register::NewtypeAll[src]
impl MayToggle for peripherals::attributes::register::NewtypeAll[src]all: on everything
impl MayToggle for peripherals::attributes::register::NewtypeField[src]
impl MayToggle for peripherals::attributes::register::NewtypeField[src]impl MayToggle for peripherals::attributes::register::NewtypeImpl[src]
impl MayToggle for peripherals::attributes::register::NewtypeImpl[src]impl: only on impls
impl MayToggle for peripherals::attributes::register::NewtypeType[src]
impl MayToggle for peripherals::attributes::register::NewtypeType[src]impl<R: RegisterValue, T> MayToggle for FieldValues<R, T>[src]
impl<R: RegisterValue, T> MayToggle for FieldValues<R, T>[src]type Toggle = T
impl<R: RegisterValue, T> MayToggle for Fields<R, T>[src]
impl<R: RegisterValue, T> MayToggle for Fields<R, T>[src]