#[repr(C)]pub struct uart_event_rx_stop {
pub reason: u32,
pub data: uart_event_rx,
}Expand description
@brief UART RX stopped data.
Fields§
§reason: u32@brief Reason why receiving stopped
data: uart_event_rx@brief Last received data.
Trait Implementations§
Source§impl Debug for uart_event_rx_stop
impl Debug for uart_event_rx_stop
Source§impl Default for uart_event_rx_stop
impl Default for uart_event_rx_stop
Source§fn default() -> uart_event_rx_stop
fn default() -> uart_event_rx_stop
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for uart_event_rx_stop
impl RefUnwindSafe for uart_event_rx_stop
impl !Send for uart_event_rx_stop
impl !Sync for uart_event_rx_stop
impl Unpin for uart_event_rx_stop
impl UnwindSafe for uart_event_rx_stop
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