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