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