pub struct ThreadEventQueue { /* private fields */ }Implementations§
Source§impl ThreadEventQueue
impl ThreadEventQueue
pub fn into_bytes(self) -> Vec<u8> ⓘ
pub fn push<T>(&mut self, value: T)where
T: InProcSerialize + ThreadEventQueueTypeIndex,
Trait Implementations§
Source§impl Debug for ThreadEventQueue
impl Debug for ThreadEventQueue
Source§impl ExtractDeps for ThreadEventQueue
impl ExtractDeps for ThreadEventQueue
Source§impl HeterogeneousQueue for ThreadEventQueue
impl HeterogeneousQueue for ThreadEventQueue
type Item = ThreadEventQueueAny
fn new(buffer_size: usize) -> Self
fn reflect_contained() -> Vec<UserDefinedType>
fn len_bytes(&self) -> usize
fn nb_objects(&self) -> usize
fn capacity_bytes(&self) -> usize
fn iter(&self) -> QueueIterator<'_, Self, ThreadEventQueueAny>
fn as_bytes(&self) -> &[u8] ⓘ
fn read_value_at_offset(&self, offset: usize) -> (ThreadEventQueueAny, usize)
Auto Trait Implementations§
impl Freeze for ThreadEventQueue
impl RefUnwindSafe for ThreadEventQueue
impl Send for ThreadEventQueue
impl Sync for ThreadEventQueue
impl Unpin for ThreadEventQueue
impl UnsafeUnpin for ThreadEventQueue
impl UnwindSafe for ThreadEventQueue
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