pub struct Mem2MemRxTransfer<'d, M: DriverMode, BUF: DmaRxBuffer> { /* private fields */ }Expand description
Represents an ongoing (or potentially finished) DMA Memory-to-Memory RX transfer.
Implementations§
Source§impl<'d, M: DriverMode, BUF: DmaRxBuffer> Mem2MemRxTransfer<'d, M, BUF>
 
impl<'d, M: DriverMode, BUF: DmaRxBuffer> Mem2MemRxTransfer<'d, M, BUF>
Trait Implementations§
Source§impl<M: DriverMode, BUF: DmaRxBuffer> Deref for Mem2MemRxTransfer<'_, M, BUF>
Available on crate feature unstable only. 
impl<M: DriverMode, BUF: DmaRxBuffer> Deref for Mem2MemRxTransfer<'_, M, BUF>
Available on crate feature 
unstable only.Source§impl<M: DriverMode, BUF: DmaRxBuffer> DerefMut for Mem2MemRxTransfer<'_, M, BUF>
Available on crate feature unstable only. 
impl<M: DriverMode, BUF: DmaRxBuffer> DerefMut for Mem2MemRxTransfer<'_, M, BUF>
Available on crate feature 
unstable only.Source§impl<M: DriverMode, BUF: DmaRxBuffer> Drop for Mem2MemRxTransfer<'_, M, BUF>
Available on crate feature unstable only. 
impl<M: DriverMode, BUF: DmaRxBuffer> Drop for Mem2MemRxTransfer<'_, M, BUF>
Available on crate feature 
unstable only.Auto Trait Implementations§
impl<'d, M, BUF> Freeze for Mem2MemRxTransfer<'d, M, BUF>where
    <BUF as DmaRxBuffer>::View: Freeze,
impl<'d, M, BUF> RefUnwindSafe for Mem2MemRxTransfer<'d, M, BUF>where
    <BUF as DmaRxBuffer>::View: RefUnwindSafe,
    M: RefUnwindSafe,
impl<'d, M, BUF> Send for Mem2MemRxTransfer<'d, M, BUF>where
    <BUF as DmaRxBuffer>::View: Send,
    M: Send,
impl<'d, M, BUF> Sync for Mem2MemRxTransfer<'d, M, BUF>where
    <BUF as DmaRxBuffer>::View: Sync,
    M: Sync,
impl<'d, M, BUF> Unpin for Mem2MemRxTransfer<'d, M, BUF>where
    <BUF as DmaRxBuffer>::View: Unpin,
    M: Unpin,
impl<'d, M, BUF> !UnwindSafe for Mem2MemRxTransfer<'d, M, BUF>
Blanket Implementations§
§impl<T> Any for Twhere
    T: 'static + ?Sized,
 
impl<T> Any for Twhere
    T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
    T: ?Sized,
 
impl<T> Borrow<T> for Twhere
    T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T, U> Into<U> for Twhere
    U: From<T>,
 
impl<T, U> Into<U> for Twhere
    U: From<T>,
§impl<P, T> Receiver for Pwhere
    P: Deref<Target = T> + ?Sized,
    T: ?Sized,
 
impl<P, T> Receiver for Pwhere
    P: Deref<Target = T> + ?Sized,
    T: ?Sized,
§impl<T, U> TryFrom<U> for Twhere
    U: Into<T>,
 
impl<T, U> TryFrom<U> for Twhere
    U: Into<T>,
§impl<T, U> TryInto<U> for Twhere
    U: TryFrom<T>,
 
impl<T, U> TryInto<U> for Twhere
    U: TryFrom<T>,
Source§impl<R> TryRngCore for Rwhere
    R: RngCore + ?Sized,
 
impl<R> TryRngCore for Rwhere
    R: RngCore + ?Sized,
Source§fn try_next_u32(&mut self) -> Result<u32, <R as TryRngCore>::Error>
 
fn try_next_u32(&mut self) -> Result<u32, <R as TryRngCore>::Error>
Return the next random 
u32.Source§fn try_next_u64(&mut self) -> Result<u64, <R as TryRngCore>::Error>
 
fn try_next_u64(&mut self) -> Result<u64, <R as TryRngCore>::Error>
Return the next random 
u64.Source§fn try_fill_bytes(
    &mut self,
    dst: &mut [u8],
) -> Result<(), <R as TryRngCore>::Error>
 
fn try_fill_bytes( &mut self, dst: &mut [u8], ) -> Result<(), <R as TryRngCore>::Error>
Fill 
dest entirely with random data.Source§fn unwrap_err(self) -> UnwrapErr<Self>where
    Self: Sized,
 
fn unwrap_err(self) -> UnwrapErr<Self>where
    Self: Sized,
Wrap RNG with the 
UnwrapErr wrapper.Source§fn unwrap_mut(&mut self) -> UnwrapMut<'_, Self>
 
fn unwrap_mut(&mut self) -> UnwrapMut<'_, Self>
Wrap RNG with the 
UnwrapMut wrapper.