Struct core_graphics::context::CGContextRef [−]
pub struct CGContextRef(_);
Trait Implementations
impl ToOwned for CGContextRef
impl ToOwned for CGContextReftype Owned = CGContext
fn to_owned(&self) -> CGContext
fn to_owned(&self) -> CGContextCreates 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<CGContextRef> for CGContext
impl Borrow<CGContextRef> for CGContextfn borrow(&self) -> &CGContextRef
fn borrow(&self) -> &CGContextRefImmutably borrows from an owned value. Read more
impl AsRef<CGContextRef> for CGContext
impl AsRef<CGContextRef> for CGContextfn as_ref(&self) -> &CGContextRef
fn as_ref(&self) -> &CGContextRefPerforms the conversion.
Auto Trait Implementations
impl Send for CGContextRef
impl Send for CGContextRefimpl !Sync for CGContextRef
impl !Sync for CGContextRef