Struct capsules_core::test::virtual_uart::TestVirtualUartReceive
source · pub struct TestVirtualUartReceive { /* private fields */ }
Implementations§
Trait Implementations§
source§impl ReceiveClient for TestVirtualUartReceive
impl ReceiveClient for TestVirtualUartReceive
source§fn received_buffer(
&self,
rx_buffer: &'static mut [u8],
rx_len: usize,
rcode: Result<(), ErrorCode>,
_error: Error,
)
fn received_buffer( &self, rx_buffer: &'static mut [u8], rx_len: usize, rcode: Result<(), ErrorCode>, _error: Error, )
A call to
Receive::receive_buffer
completed. Read moresource§fn received_word(&self, _word: u32, _rval: Result<(), ErrorCode>, _error: Error)
fn received_word(&self, _word: u32, _rval: Result<(), ErrorCode>, _error: Error)
A call to
Receive::receive_word
completed. Read moreAuto Trait Implementations§
impl !Freeze for TestVirtualUartReceive
impl !RefUnwindSafe for TestVirtualUartReceive
impl !Send for TestVirtualUartReceive
impl !Sync for TestVirtualUartReceive
impl Unpin for TestVirtualUartReceive
impl !UnwindSafe for TestVirtualUartReceive
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