pub enum ActivityLevel {
High,
Low,
}
Expand description
Activity level of the Pin where the infrared receiver is attached to. It is the opposite level the pin takes if no datagram is transmitted.
Variants§
Trait Implementations§
Source§impl PartialEq for ActivityLevel
impl PartialEq for ActivityLevel
impl StructuralPartialEq for ActivityLevel
Auto Trait Implementations§
impl Freeze for ActivityLevel
impl RefUnwindSafe for ActivityLevel
impl Send for ActivityLevel
impl Sync for ActivityLevel
impl Unpin for ActivityLevel
impl UnwindSafe for ActivityLevel
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more