Enum manchester_code::InactivityLevel
source · [−]pub enum InactivityLevel {
High,
Low,
}Expand description
Inactivity level is the level the Pin where the infrared receiver is attached to takes if no datagram is transmitted
Variants
High
Low
Auto Trait Implementations
impl RefUnwindSafe for InactivityLevel
impl Send for InactivityLevel
impl Sync for InactivityLevel
impl Unpin for InactivityLevel
impl UnwindSafe for InactivityLevel
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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