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