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