Enum objc_id::Owned[][src]

pub enum Owned {}

A type used to mark that a struct owns the object(s) it contains, so it has the sole references to them.

Trait Implementations

Auto Trait Implementations

impl Send for Owned

impl Sync for Owned