pub struct PamojaSession { /* private fields */ }Expand description
An opaque handle to a live session with one peer.
Create it with pamoja_session_establish and release it with
pamoja_session_free.
Auto Trait Implementations§
impl Freeze for PamojaSession
impl RefUnwindSafe for PamojaSession
impl Send for PamojaSession
impl Sync for PamojaSession
impl Unpin for PamojaSession
impl UnsafeUnpin for PamojaSession
impl UnwindSafe for PamojaSession
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