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.