Enum IRLP_A
pub enum IRLP_A {
Normal = 0,
LowPower = 1,
}
Expand description
Ir low-power
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for IRLP_A
impl StructuralPartialEq for IRLP_A
Auto Trait Implementations§
impl Freeze for IRLP_A
impl RefUnwindSafe for IRLP_A
impl Send for IRLP_A
impl Sync for IRLP_A
impl Unpin for IRLP_A
impl UnwindSafe for IRLP_A
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