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