Struct data_store::join_data::JoinData
source · [−]pub struct JoinData<T: DeviceCopy> {
pub build_relation_key: Mem<T>,
pub build_relation_payload: Mem<T>,
pub probe_relation_key: Mem<T>,
pub probe_relation_payload: Mem<T>,
}
Fields
build_relation_key: Mem<T>
build_relation_payload: Mem<T>
probe_relation_key: Mem<T>
probe_relation_payload: Mem<T>
Auto Trait Implementations
impl<T> RefUnwindSafe for JoinData<T> where
T: RefUnwindSafe,
impl<T> Send for JoinData<T> where
T: Send,
impl<T> Sync for JoinData<T> where
T: Sync,
impl<T> Unpin for JoinData<T> where
T: Unpin,
impl<T> UnwindSafe for JoinData<T> where
T: UnwindSafe + RefUnwindSafe,
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