Enum objc_id::Shared[][src]

pub enum Shared {}

A type used to mark that the object(s) a struct contains are shared, so there may be other references to them.

Trait Implementations

Auto Trait Implementations

impl Send for Shared

impl Sync for Shared