Enum embassy_stm32::sai::TxRx
source · pub enum TxRx {
Transmitter,
Receiver,
}
Expand description
Direction: transmit or receive
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TxRx
impl Send for TxRx
impl Sync for TxRx
impl Unpin for TxRx
impl UnwindSafe for TxRx
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