Enum Tnp
#[repr(u8)]pub enum Tnp {
_00 = 0,
_01 = 1,
_10 = 2,
_11 = 3,
}Expand description
Transmitter narrow pulse
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Tnp
impl Eq for Tnp
impl IsEnum for Tnp
impl StructuralPartialEq for Tnp
Auto Trait Implementations§
impl Freeze for Tnp
impl RefUnwindSafe for Tnp
impl Send for Tnp
impl Sync for Tnp
impl Unpin for Tnp
impl UnwindSafe for Tnp
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