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