Enum Txrtspol
pub enum Txrtspol {
_0 = 0,
_1 = 1,
}Expand description
Transmitter request-to-send polarity
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Txrtspol
impl Eq for Txrtspol
impl StructuralPartialEq for Txrtspol
Auto Trait Implementations§
impl Freeze for Txrtspol
impl RefUnwindSafe for Txrtspol
impl Send for Txrtspol
impl Sync for Txrtspol
impl Unpin for Txrtspol
impl UnwindSafe for Txrtspol
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