pub struct EmptyBuf;Expand description
An empty buffer that can be used when you don’t need to transfer any data.
Trait Implementations§
Source§impl DmaRxBuffer for EmptyBuf
impl DmaRxBuffer for EmptyBuf
Source§impl DmaTxBuffer for EmptyBuf
impl DmaTxBuffer for EmptyBuf
Auto Trait Implementations§
impl Freeze for EmptyBuf
impl RefUnwindSafe for EmptyBuf
impl Send for EmptyBuf
impl Sync for EmptyBuf
impl Unpin for EmptyBuf
impl UnwindSafe for EmptyBuf
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