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