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