#[repr(C)]pub struct MacosFfiSessionHandle {
pub raw: *const (),
}Expand description
Opaque extension-session owner held by Swift.
Fields§
§raw: *const ()Opaque Rust allocation pointer. Swift must not dereference or modify it.
Trait Implementations§
Source§impl Clone for MacosFfiSessionHandle
impl Clone for MacosFfiSessionHandle
Source§fn clone(&self) -> MacosFfiSessionHandle
fn clone(&self) -> MacosFfiSessionHandle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MacosFfiSessionHandle
impl Debug for MacosFfiSessionHandle
impl Copy for MacosFfiSessionHandle
Auto Trait Implementations§
impl Freeze for MacosFfiSessionHandle
impl RefUnwindSafe for MacosFfiSessionHandle
impl !Send for MacosFfiSessionHandle
impl !Sync for MacosFfiSessionHandle
impl Unpin for MacosFfiSessionHandle
impl UnwindSafe for MacosFfiSessionHandle
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