pub struct Gpus(pub Vec<Gpu>);Tuple Fields§
§0: Vec<Gpu>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Gpus
impl RefUnwindSafe for Gpus
impl Send for Gpus
impl Sync for Gpus
impl Unpin for Gpus
impl UnwindSafe for Gpus
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