pub enum TXHRST {
NoEffect = 0,
Start = 1,
}
Expand description
TXHRST
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for TXHRST
impl Eq for TXHRST
impl StructuralPartialEq for TXHRST
Auto Trait Implementations§
impl Freeze for TXHRST
impl RefUnwindSafe for TXHRST
impl Send for TXHRST
impl Sync for TXHRST
impl Unpin for TXHRST
impl UnwindSafe for TXHRST
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