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