Type Alias PartialEqFnWide

Source
pub type PartialEqFnWide = for<'l, 'r> unsafe fn(left: PtrConstWide<'l>, right: PtrConstWide<'r>) -> bool;
Expand description

Function to check if two values are partially equal (wide pointer version)

ยงSafety

Both left and right parameters must point to aligned, initialized memory of the correct type.