pub struct Sessions(/* private fields */);Implementations§
Source§impl Sessions
impl Sessions
pub fn raw_handle(&self) -> EOS_HSessions
Auto Trait Implementations§
impl Freeze for Sessions
impl RefUnwindSafe for Sessions
impl !Send for Sessions
impl !Sync for Sessions
impl Unpin for Sessions
impl UnsafeUnpin for Sessions
impl UnwindSafe for Sessions
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