pub struct CGPDFStream { /* private fields */ }Available on crate feature
CGPDFStream only.Expand description
Implementations§
Source§impl CGPDFStream
impl CGPDFStream
Sourcepub unsafe fn dictionary(stream: CGPDFStreamRef) -> CGPDFDictionaryRef
Available on crate feature CGPDFDictionary only.
pub unsafe fn dictionary(stream: CGPDFStreamRef) -> CGPDFDictionaryRef
CGPDFDictionary only.§Safety
stream must be a valid pointer or null.
Sourcepub unsafe fn data(
stream: CGPDFStreamRef,
format: *mut CGPDFDataFormat,
) -> Option<CFRetained<CFData>>
pub unsafe fn data( stream: CGPDFStreamRef, format: *mut CGPDFDataFormat, ) -> Option<CFRetained<CFData>>
§Safety
streammust be a valid pointer or null.formatmust be a valid pointer or null.
Trait Implementations§
Source§impl Debug for CGPDFStream
impl Debug for CGPDFStream
Source§impl RefEncode for CGPDFStream
Available on crate feature objc2 only.
impl RefEncode for CGPDFStream
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 CGPDFStream
impl !RefUnwindSafe for CGPDFStream
impl !Send for CGPDFStream
impl !Sync for CGPDFStream
impl !Unpin for CGPDFStream
impl !UnwindSafe for CGPDFStream
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