[−][src]Trait core_foundation::propertylist::CFPropertyListSubClass
Trait for all subclasses of CFPropertyList.
Provided Methods
fn to_CFPropertyList(&self) -> CFPropertyList
Create an instance of the superclass type CFPropertyList for this instance.
fn into_CFPropertyList(self) -> CFPropertyList where
Self: Sized,
Self: Sized,
Equal to to_CFPropertyList, but consumes self and avoids changing the reference count.
Implementors
impl CFPropertyListSubClass for CFArray[src]
impl CFPropertyListSubClass for CFArrayfn to_CFPropertyList(&self) -> CFPropertyList[src]
fn to_CFPropertyList(&self) -> CFPropertyListfn into_CFPropertyList(self) -> CFPropertyList where
Self: Sized, [src]
fn into_CFPropertyList(self) -> CFPropertyList where
Self: Sized, impl CFPropertyListSubClass for CFBoolean[src]
impl CFPropertyListSubClass for CFBooleanfn to_CFPropertyList(&self) -> CFPropertyList[src]
fn to_CFPropertyList(&self) -> CFPropertyListfn into_CFPropertyList(self) -> CFPropertyList where
Self: Sized, [src]
fn into_CFPropertyList(self) -> CFPropertyList where
Self: Sized, impl CFPropertyListSubClass for CFData[src]
impl CFPropertyListSubClass for CFDatafn to_CFPropertyList(&self) -> CFPropertyList[src]
fn to_CFPropertyList(&self) -> CFPropertyListfn into_CFPropertyList(self) -> CFPropertyList where
Self: Sized, [src]
fn into_CFPropertyList(self) -> CFPropertyList where
Self: Sized, impl CFPropertyListSubClass for CFDate[src]
impl CFPropertyListSubClass for CFDatefn to_CFPropertyList(&self) -> CFPropertyList[src]
fn to_CFPropertyList(&self) -> CFPropertyListfn into_CFPropertyList(self) -> CFPropertyList where
Self: Sized, [src]
fn into_CFPropertyList(self) -> CFPropertyList where
Self: Sized, impl CFPropertyListSubClass for CFDictionary[src]
impl CFPropertyListSubClass for CFDictionaryfn to_CFPropertyList(&self) -> CFPropertyList[src]
fn to_CFPropertyList(&self) -> CFPropertyListfn into_CFPropertyList(self) -> CFPropertyList where
Self: Sized, [src]
fn into_CFPropertyList(self) -> CFPropertyList where
Self: Sized, impl CFPropertyListSubClass for CFNumber[src]
impl CFPropertyListSubClass for CFNumberfn to_CFPropertyList(&self) -> CFPropertyList[src]
fn to_CFPropertyList(&self) -> CFPropertyListfn into_CFPropertyList(self) -> CFPropertyList where
Self: Sized, [src]
fn into_CFPropertyList(self) -> CFPropertyList where
Self: Sized, impl CFPropertyListSubClass for CFString[src]
impl CFPropertyListSubClass for CFStringfn to_CFPropertyList(&self) -> CFPropertyList[src]
fn to_CFPropertyList(&self) -> CFPropertyListfn into_CFPropertyList(self) -> CFPropertyList where
Self: Sized, [src]
fn into_CFPropertyList(self) -> CFPropertyList where
Self: Sized,