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.
pub const OBJC_ASSOCIATION_ASSIGN: objc_AssociationPolicy = 0;Specifies a weak reference to the associated object.
This performs straight assignment, without message sends.