Enum Chain
pub enum Chain {
_0 = 0,
_1 = 1,
}Expand description
Chain Channel
Value on reset: 0
Variants§
_0 = 0
0: Channel Chaining is disabled. Channel Timer runs independently.
_1 = 1
1: Channel Chaining is enabled. Timer decrements on previous channel’s timeout
Trait Implementations§
impl Copy for Chain
impl Eq for Chain
impl StructuralPartialEq for Chain
Auto Trait Implementations§
impl Freeze for Chain
impl RefUnwindSafe for Chain
impl Send for Chain
impl Sync for Chain
impl Unpin for Chain
impl UnwindSafe for Chain
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