pub struct HyperdebugDataOperation { /* private fields */ }
Expand description
Represents a two-way streaming binary data transfer operation, as is used for bit-banging, or for outputting arbitrary waveforms via a DAC.
Auto Trait Implementations§
impl Freeze for HyperdebugDataOperation
impl !RefUnwindSafe for HyperdebugDataOperation
impl !Send for HyperdebugDataOperation
impl !Sync for HyperdebugDataOperation
impl Unpin for HyperdebugDataOperation
impl !UnwindSafe for HyperdebugDataOperation
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