pub struct SdkEventQueue { /* private fields */ }Expand description
Thread-safe event queue for SDK communication.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SdkEventQueue
impl RefUnwindSafe for SdkEventQueue
impl Send for SdkEventQueue
impl Sync for SdkEventQueue
impl Unpin for SdkEventQueue
impl UnsafeUnpin for SdkEventQueue
impl UnwindSafe for SdkEventQueue
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