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
Available on crate feature unstable only.
impl DmaRxBuffer for EmptyBuf
Available on crate feature
unstable only.Source§impl DmaTxBuffer for EmptyBuf
Available on crate feature unstable only.
impl DmaTxBuffer for EmptyBuf
Available on crate feature
unstable only.Auto Trait Implementations§
impl Freeze for EmptyBuf
impl RefUnwindSafe for EmptyBuf
impl Send for EmptyBuf
impl Sync for EmptyBuf
impl Unpin for EmptyBuf
impl UnsafeUnpin 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