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