pub struct CGPDFOperatorTable { /* private fields */ }Available on crate feature
CGPDFOperatorTable only.Expand description
Implementations§
Source§impl CGPDFOperatorTable
impl CGPDFOperatorTable
pub fn create() -> CGPDFOperatorTableRef
Sourcepub unsafe fn retain(table: CGPDFOperatorTableRef) -> CGPDFOperatorTableRef
pub unsafe fn retain(table: CGPDFOperatorTableRef) -> CGPDFOperatorTableRef
§Safety
table must be a valid pointer or null.
Sourcepub unsafe fn release(table: CGPDFOperatorTableRef)
pub unsafe fn release(table: CGPDFOperatorTableRef)
§Safety
table must be a valid pointer or null.
Sourcepub unsafe fn set_callback(
table: CGPDFOperatorTableRef,
name: *const c_char,
callback: CGPDFOperatorCallback,
)
Available on crate feature CGPDFScanner only.
pub unsafe fn set_callback( table: CGPDFOperatorTableRef, name: *const c_char, callback: CGPDFOperatorCallback, )
CGPDFScanner only.§Safety
tablemust be a valid pointer or null.namemust be a valid pointer or null.callbackmust be implemented correctly.
Trait Implementations§
Source§impl Debug for CGPDFOperatorTable
impl Debug for CGPDFOperatorTable
Source§impl RefEncode for CGPDFOperatorTable
Available on crate feature objc2 only.
impl RefEncode for CGPDFOperatorTable
Available on crate feature
objc2 only.Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
Auto Trait Implementations§
impl !Freeze for CGPDFOperatorTable
impl !RefUnwindSafe for CGPDFOperatorTable
impl !Send for CGPDFOperatorTable
impl !Sync for CGPDFOperatorTable
impl !Unpin for CGPDFOperatorTable
impl !UnwindSafe for CGPDFOperatorTable
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more