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