pub struct AesDmaWorkQueueDriver<'t, 'd> { /* private fields */ }Expand description
An active work queue driver.
This object must be kept around, otherwise AES operations will never complete.
Auto Trait Implementations§
impl<'t, 'd> Freeze for AesDmaWorkQueueDriver<'t, 'd>
impl<'t, 'd> !RefUnwindSafe for AesDmaWorkQueueDriver<'t, 'd>
impl<'t, 'd> Send for AesDmaWorkQueueDriver<'t, 'd>
impl<'t, 'd> Sync for AesDmaWorkQueueDriver<'t, 'd>
impl<'t, 'd> Unpin for AesDmaWorkQueueDriver<'t, 'd>
impl<'t, 'd> !UnwindSafe for AesDmaWorkQueueDriver<'t, 'd>
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