#[repr(C)]pub struct aeron_async_executor_stct {
pub async_enabled: bool,
pub aeron_epoch_clock: aeron_clock_func_t,
pub clientd: *mut c_void,
pub queue: aeron_blocking_linked_queue_t,
pub return_queue: aeron_blocking_linked_queue_t,
pub runner: aeron_agent_runner_t,
pub name_resolver: *mut aeron_name_resolver_t,
}Fields§
§async_enabled: bool§aeron_epoch_clock: aeron_clock_func_t§clientd: *mut c_void§queue: aeron_blocking_linked_queue_t§return_queue: aeron_blocking_linked_queue_t§runner: aeron_agent_runner_t§name_resolver: *mut aeron_name_resolver_tTrait Implementations§
Source§impl Clone for aeron_async_executor_stct
impl Clone for aeron_async_executor_stct
Source§fn clone(&self) -> aeron_async_executor_stct
fn clone(&self) -> aeron_async_executor_stct
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for aeron_async_executor_stct
impl Debug for aeron_async_executor_stct
Source§impl Default for aeron_async_executor_stct
impl Default for aeron_async_executor_stct
Source§impl From<aeron_async_executor_stct> for AeronAsyncExecutor
impl From<aeron_async_executor_stct> for AeronAsyncExecutor
Source§fn from(value: aeron_async_executor_t) -> Self
fn from(value: aeron_async_executor_t) -> Self
Converts to this type from the input type.
Source§impl Hash for aeron_async_executor_stct
impl Hash for aeron_async_executor_stct
impl Copy for aeron_async_executor_stct
impl Eq for aeron_async_executor_stct
impl StructuralPartialEq for aeron_async_executor_stct
Auto Trait Implementations§
impl Freeze for aeron_async_executor_stct
impl RefUnwindSafe for aeron_async_executor_stct
impl !Send for aeron_async_executor_stct
impl !Sync for aeron_async_executor_stct
impl Unpin for aeron_async_executor_stct
impl UnsafeUnpin for aeron_async_executor_stct
impl UnwindSafe for aeron_async_executor_stct
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