#[repr(C)]pub struct uart_event_rx_buf {
pub buf: *mut u8,
}Expand description
@brief UART RX buffer released event data.
Fields§
§buf: *mut u8@brief Pointer to buffer that is no longer in use.
Trait Implementations§
Source§impl Debug for uart_event_rx_buf
impl Debug for uart_event_rx_buf
Source§impl Default for uart_event_rx_buf
impl Default for uart_event_rx_buf
Source§fn default() -> uart_event_rx_buf
fn default() -> uart_event_rx_buf
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for uart_event_rx_buf
impl RefUnwindSafe for uart_event_rx_buf
impl !Send for uart_event_rx_buf
impl !Sync for uart_event_rx_buf
impl Unpin for uart_event_rx_buf
impl UnwindSafe for uart_event_rx_buf
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