pub struct DeviceIdAllocator { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeviceIdAllocator
impl RefUnwindSafe for DeviceIdAllocator
impl Send for DeviceIdAllocator
impl Sync for DeviceIdAllocator
impl Unpin for DeviceIdAllocator
impl UnwindSafe for DeviceIdAllocator
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