pub struct OpaquePMPageFormat { /* private fields */ }Available on crate features
PMDefinitions and PrintCore only.Expand description
Trait Implementations§
Source§impl Debug for OpaquePMPageFormat
impl Debug for OpaquePMPageFormat
Source§impl RefEncode for OpaquePMPageFormat
Available on crate feature objc2 only.
impl RefEncode for OpaquePMPageFormat
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 OpaquePMPageFormat
impl !RefUnwindSafe for OpaquePMPageFormat
impl !Send for OpaquePMPageFormat
impl !Sync for OpaquePMPageFormat
impl !Unpin for OpaquePMPageFormat
impl UnsafeUnpin for OpaquePMPageFormat
impl !UnwindSafe for OpaquePMPageFormat
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