Struct core_graphics::data_provider::CGDataProviderRef [−]
pub struct CGDataProviderRef(_);
Methods
impl CGDataProviderRef[src]
impl CGDataProviderRefpub fn copy_data(&self) -> CFData[src]
pub fn copy_data(&self) -> CFDataCreates a copy of the data from the underlying CFDataProviderRef.
Trait Implementations
impl ToOwned for CGDataProviderRef
impl ToOwned for CGDataProviderReftype Owned = CGDataProvider
fn to_owned(&self) -> CGDataProvider
fn to_owned(&self) -> CGDataProviderCreates owned data from borrowed data, usually by cloning. Read more
fn clone_into(&self, target: &mut Self::Owned)[src]
fn clone_into(&self, target: &mut Self::Owned)🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl Borrow<CGDataProviderRef> for CGDataProvider
impl Borrow<CGDataProviderRef> for CGDataProviderfn borrow(&self) -> &CGDataProviderRef
fn borrow(&self) -> &CGDataProviderRefImmutably borrows from an owned value. Read more
impl AsRef<CGDataProviderRef> for CGDataProvider
impl AsRef<CGDataProviderRef> for CGDataProviderfn as_ref(&self) -> &CGDataProviderRef
fn as_ref(&self) -> &CGDataProviderRefPerforms the conversion.
Auto Trait Implementations
impl Send for CGDataProviderRef
impl Send for CGDataProviderRefimpl !Sync for CGDataProviderRef
impl !Sync for CGDataProviderRef