#[repr(C)]pub struct OpaqueJSPropertyNameArray { /* private fields */ }
Available on crate feature
JSBase
only.Expand description
Trait Implementations§
Source§impl Debug for OpaqueJSPropertyNameArray
impl Debug for OpaqueJSPropertyNameArray
Source§impl RefEncode for OpaqueJSPropertyNameArray
Available on crate feature objc2
only.
impl RefEncode for OpaqueJSPropertyNameArray
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 OpaqueJSPropertyNameArray
impl !RefUnwindSafe for OpaqueJSPropertyNameArray
impl !Send for OpaqueJSPropertyNameArray
impl !Sync for OpaqueJSPropertyNameArray
impl !Unpin for OpaqueJSPropertyNameArray
impl !UnwindSafe for OpaqueJSPropertyNameArray
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