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