#[repr(C)]pub struct aeron_archive_recording_descriptor_poller_stct {
pub ctx: *mut aeron_archive_context_t,
pub subscription: *mut aeron_subscription_t,
pub control_session_id: i64,
pub fragment_limit: c_int,
pub fragment_assembler: *mut aeron_controlled_fragment_assembler_t,
pub error_on_fragment: bool,
pub correlation_id: i64,
pub remaining_record_count: i32,
pub recording_descriptor_consumer: aeron_archive_recording_descriptor_consumer_func_t,
pub recording_descriptor_consumer_clientd: *mut c_void,
pub is_dispatch_complete: bool,
}
Fields§
§ctx: *mut aeron_archive_context_t
§subscription: *mut aeron_subscription_t
§control_session_id: i64
§fragment_limit: c_int
§fragment_assembler: *mut aeron_controlled_fragment_assembler_t
§error_on_fragment: bool
§correlation_id: i64
§remaining_record_count: i32
§recording_descriptor_consumer: aeron_archive_recording_descriptor_consumer_func_t
§recording_descriptor_consumer_clientd: *mut c_void
§is_dispatch_complete: bool
Trait Implementations§
Source§impl Clone for aeron_archive_recording_descriptor_poller_stct
impl Clone for aeron_archive_recording_descriptor_poller_stct
Source§fn clone(&self) -> aeron_archive_recording_descriptor_poller_stct
fn clone(&self) -> aeron_archive_recording_descriptor_poller_stct
Returns a copy 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 From<aeron_archive_recording_descriptor_poller_stct> for AeronArchiveRecordingDescriptorPoller
impl From<aeron_archive_recording_descriptor_poller_stct> for AeronArchiveRecordingDescriptorPoller
Source§fn from(value: aeron_archive_recording_descriptor_poller_t) -> Self
fn from(value: aeron_archive_recording_descriptor_poller_t) -> Self
Converts to this type from the input type.
Source§impl PartialEq for aeron_archive_recording_descriptor_poller_stct
impl PartialEq for aeron_archive_recording_descriptor_poller_stct
Source§fn eq(&self, other: &aeron_archive_recording_descriptor_poller_stct) -> bool
fn eq(&self, other: &aeron_archive_recording_descriptor_poller_stct) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for aeron_archive_recording_descriptor_poller_stct
impl Eq for aeron_archive_recording_descriptor_poller_stct
impl StructuralPartialEq for aeron_archive_recording_descriptor_poller_stct
Auto Trait Implementations§
impl Freeze for aeron_archive_recording_descriptor_poller_stct
impl RefUnwindSafe for aeron_archive_recording_descriptor_poller_stct
impl !Send for aeron_archive_recording_descriptor_poller_stct
impl !Sync for aeron_archive_recording_descriptor_poller_stct
impl Unpin for aeron_archive_recording_descriptor_poller_stct
impl UnwindSafe for aeron_archive_recording_descriptor_poller_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