pub struct GPUSlot {
pub index: u32,
pub available: bool,
}Fields§
§index: u32§available: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for GPUSlot
impl RefUnwindSafe for GPUSlot
impl Send for GPUSlot
impl Sync for GPUSlot
impl Unpin for GPUSlot
impl UnwindSafe for GPUSlot
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more