Trait core_foundation::propertylist::CFPropertyListSubClass [−][src]
pub trait CFPropertyListSubClass: TCFType { fn to_CFPropertyList(&self) -> CFPropertyList { ... } fn into_CFPropertyList(self) -> CFPropertyList
where
Self: Sized, { ... } }
Expand description
Trait for all subclasses of CFPropertyList
.
Provided methods
fn to_CFPropertyList(&self) -> CFPropertyList
[src]
fn to_CFPropertyList(&self) -> CFPropertyList
[src]Create an instance of the superclass type CFPropertyList
for this instance.
fn into_CFPropertyList(self) -> CFPropertyList where
Self: Sized,
[src]
fn into_CFPropertyList(self) -> CFPropertyList where
Self: Sized,
[src]Equal to to_CFPropertyList
, but consumes self and avoids changing the reference count.