#[repr(C)]pub struct MacosFfiSessionResult {
pub code: MacosErrorCode,
pub handle: MacosFfiSessionHandle,
}Expand description
C ABI result for session creation.
Fields§
§code: MacosErrorCodeNative-facing result classification.
handle: MacosFfiSessionHandleOwned session handle on success.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MacosFfiSessionResult
impl RefUnwindSafe for MacosFfiSessionResult
impl !Send for MacosFfiSessionResult
impl !Sync for MacosFfiSessionResult
impl Unpin for MacosFfiSessionResult
impl UnwindSafe for MacosFfiSessionResult
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