pub struct Allocator<'d, I: Instance> { /* private fields */ }Expand description
Pipe allocator handle for UsbHost.
Trait Implementations§
Source§impl<'d, I: SealedHostInstance> UsbHostAllocator<'d> for Allocator<'d, I>
impl<'d, I: SealedHostInstance> UsbHostAllocator<'d> for Allocator<'d, I>
impl<'d, I: Instance> Copy for Allocator<'d, I>
Auto Trait Implementations§
impl<'d, I> Freeze for Allocator<'d, I>
impl<'d, I> RefUnwindSafe for Allocator<'d, I>where
I: RefUnwindSafe,
impl<'d, I> Send for Allocator<'d, I>where
I: Sync,
impl<'d, I> Sync for Allocator<'d, I>where
I: Sync,
impl<'d, I> Unpin for Allocator<'d, I>
impl<'d, I> UnwindSafe for Allocator<'d, I>where
I: RefUnwindSafe,
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