Struct core_graphics::data_provider::CGDataProviderRef
[−]
pub struct CGDataProviderRef(_);
Methods
impl CGDataProviderRef
[src]
fn copy_data(&self) -> CFData
[src]
Creates a copy of the data from the underlying CFDataProviderRef
.
Trait Implementations
impl ToOwned for CGDataProviderRef
type Owned = CGDataProvider
fn to_owned(&self) -> CGDataProvider
Creates owned data from borrowed data, usually by cloning. Read more
fn clone_into(&self, target: &mut Self::Owned)
[src]
🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more