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