pub enum DmaPool {
Ephemeral,
Persistent,
}Variants§
Auto Trait Implementations§
impl Freeze for DmaPool
impl RefUnwindSafe for DmaPool
impl Send for DmaPool
impl Sync for DmaPool
impl Unpin for DmaPool
impl UnsafeUnpin for DmaPool
impl UnwindSafe for DmaPool
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