pub struct Compute {
pub instance: Instance,
pub adapter: Adapter,
pub device: Device,
pub queue: Queue,
}Fields§
§instance: Instance§adapter: Adapter§device: Device§queue: QueueImplementations§
Auto Trait Implementations§
impl Freeze for Compute
impl !RefUnwindSafe for Compute
impl Send for Compute
impl Sync for Compute
impl Unpin for Compute
impl !UnwindSafe for Compute
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