Constant OBJC_ASSOCIATION_ASSIGN

Source
pub const OBJC_ASSOCIATION_ASSIGN: objc_AssociationPolicy = 0;
Expand description

Specifies a weak reference to the associated object.

This performs straight assignment, without message sends.