pub struct es_client_t(/* private fields */);Available on macOS only.
Expand description
Trait Implementations§
Source§impl RefEncode for es_client_t
impl RefEncode for es_client_t
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 es_client_t
impl RefUnwindSafe for es_client_t
impl !Send for es_client_t
impl !Sync for es_client_t
impl Unpin for es_client_t
impl UnwindSafe for es_client_t
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