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