#[repr(u8)]pub enum Txstall {
NO_EFFECT = 0,
RX_ACTIVE = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Txstall
impl Ord for Txstall
Source§impl PartialOrd for Txstall
impl PartialOrd for Txstall
impl Copy for Txstall
impl Eq for Txstall
impl StructuralPartialEq for Txstall
Auto Trait Implementations§
impl Freeze for Txstall
impl RefUnwindSafe for Txstall
impl Send for Txstall
impl Sync for Txstall
impl Unpin for Txstall
impl UnwindSafe for Txstall
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