pub enum FFITcSession {}Expand description
Opaque session handle returned to C.
Auto Trait Implementations§
impl Freeze for FFITcSession
impl RefUnwindSafe for FFITcSession
impl Send for FFITcSession
impl Sync for FFITcSession
impl Unpin for FFITcSession
impl UnsafeUnpin for FFITcSession
impl UnwindSafe for FFITcSession
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