pub struct ActiveSession(/* private fields */);Implementations§
Source§impl ActiveSession
impl ActiveSession
pub unsafe fn from_raw(h: EOS_HActiveSession) -> Result<Self>
pub fn raw_handle(&self) -> EOS_HActiveSession
pub fn into_raw(self) -> EOS_HActiveSession
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ActiveSession
impl RefUnwindSafe for ActiveSession
impl !Send for ActiveSession
impl !Sync for ActiveSession
impl Unpin for ActiveSession
impl UnsafeUnpin for ActiveSession
impl UnwindSafe for ActiveSession
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