Enum Trot
pub enum Trot {
_0 = 0,
_1 = 1,
}Expand description
Timer Reload On Trigger
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Trot
impl Eq for Trot
impl StructuralPartialEq for Trot
Auto Trait Implementations§
impl Freeze for Trot
impl RefUnwindSafe for Trot
impl Send for Trot
impl Sync for Trot
impl Unpin for Trot
impl UnwindSafe for Trot
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