[][src]Trait core_foundation::propertylist::CFPropertyListSubClass

pub trait CFPropertyListSubClass: TCFType {
    fn to_CFPropertyList(&self) -> CFPropertyList { ... }
fn into_CFPropertyList(self) -> CFPropertyList
    where
        Self: Sized
, { ... } }

Trait for all subclasses of CFPropertyList.

Provided Methods

Create an instance of the superclass type CFPropertyList for this instance.

Equal to to_CFPropertyList, but consumes self and avoids changing the reference count.

Implementors

impl CFPropertyListSubClass for CFArray
[src]

impl CFPropertyListSubClass for CFBoolean
[src]

impl CFPropertyListSubClass for CFData
[src]

impl CFPropertyListSubClass for CFDate
[src]

impl CFPropertyListSubClass for CFDictionary
[src]

impl CFPropertyListSubClass for CFNumber
[src]

impl CFPropertyListSubClass for CFString
[src]