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