Trait drone_core::reg::marker::CWoWoRegFieldBit [−][src]
pub trait CWoWoRegFieldBit where
Self: WoWoRegFieldBit<Crt>,
Self: Copy,
Self::Reg: CWoReg, { }
Copyable single-bit write-only field of write-only register.
Implementors
impl<R> CWoWoRegFieldBit for R where
R: WoWoRegFieldBit<Crt>,
R: Copy,
R::Reg: CWoReg,
[src]
impl<R> CWoWoRegFieldBit for R where
R: WoWoRegFieldBit<Crt>,
R: Copy,
R::Reg: CWoReg,
[src]