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