pub struct IfdsGpu;Expand description
Marker type for the GPU-native IFDS dataflow primitive.
Trait Implementations§
impl Copy for IfdsGpu
impl Eq for IfdsGpu
Source§impl SoundnessTagged for IfdsGpu
impl SoundnessTagged for IfdsGpu
impl StructuralPartialEq for IfdsGpu
Auto Trait Implementations§
impl Freeze for IfdsGpu
impl RefUnwindSafe for IfdsGpu
impl Send for IfdsGpu
impl Sync for IfdsGpu
impl Unpin for IfdsGpu
impl UnsafeUnpin for IfdsGpu
impl UnwindSafe for IfdsGpu
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.