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