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