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

impl Ownership for Owned
[src]