[−][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]
fn to_CFPropertyList(&self) -> CFPropertyList
[src]
fn into_CFPropertyList(self) -> CFPropertyList where
Self: Sized,
[src]
Self: Sized,
impl CFPropertyListSubClass for CFBoolean
[src]
fn to_CFPropertyList(&self) -> CFPropertyList
[src]
fn into_CFPropertyList(self) -> CFPropertyList where
Self: Sized,
[src]
Self: Sized,
impl CFPropertyListSubClass for CFData
[src]
fn to_CFPropertyList(&self) -> CFPropertyList
[src]
fn into_CFPropertyList(self) -> CFPropertyList where
Self: Sized,
[src]
Self: Sized,
impl CFPropertyListSubClass for CFDate
[src]
fn to_CFPropertyList(&self) -> CFPropertyList
[src]
fn into_CFPropertyList(self) -> CFPropertyList where
Self: Sized,
[src]
Self: Sized,
impl CFPropertyListSubClass for CFDictionary
[src]
fn to_CFPropertyList(&self) -> CFPropertyList
[src]
fn into_CFPropertyList(self) -> CFPropertyList where
Self: Sized,
[src]
Self: Sized,
impl CFPropertyListSubClass for CFNumber
[src]
fn to_CFPropertyList(&self) -> CFPropertyList
[src]
fn into_CFPropertyList(self) -> CFPropertyList where
Self: Sized,
[src]
Self: Sized,
impl CFPropertyListSubClass for CFString
[src]
fn to_CFPropertyList(&self) -> CFPropertyList
[src]
fn into_CFPropertyList(self) -> CFPropertyList where
Self: Sized,
[src]
Self: Sized,