pub struct Query6Cpu {
threads: usize,
cpu_affinity: CpuAffinity,
selection_variant: ArgSelectionVariant,
}
Fields
threads: usize
cpu_affinity: CpuAffinity
selection_variant: ArgSelectionVariant
Implementations
Auto Trait Implementations
impl RefUnwindSafe for Query6Cpu
impl Send for Query6Cpu
impl Sync for Query6Cpu
impl Unpin for Query6Cpu
impl UnwindSafe for Query6Cpu
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more