#[repr(C)]pub struct aeron_archive_control_response_poller_stct {Show 24 fields
pub subscription: *mut aeron_subscription_t,
pub fragment_limit: c_int,
pub fragment_assembler: *mut aeron_controlled_fragment_assembler_t,
pub error_on_fragment: bool,
pub control_session_id: i64,
pub correlation_id: i64,
pub relevant_id: i64,
pub recording_id: i64,
pub subscription_id: i64,
pub position: i64,
pub recording_signal_code: i32,
pub version: i32,
pub error_message: *mut c_char,
pub error_message_malloced_len: u32,
pub encoded_challenge_buffer: *mut c_char,
pub encoded_challenge_buffer_malloced_len: u32,
pub encoded_challenge: aeron_archive_encoded_credentials_t,
pub code_value: c_int,
pub is_poll_complete: bool,
pub is_code_ok: bool,
pub is_code_error: bool,
pub is_control_response: bool,
pub was_challenged: bool,
pub is_recording_signal: bool,
}
Fields§
§subscription: *mut aeron_subscription_t
§fragment_limit: c_int
§fragment_assembler: *mut aeron_controlled_fragment_assembler_t
§error_on_fragment: bool
§control_session_id: i64
§correlation_id: i64
§relevant_id: i64
§recording_id: i64
§subscription_id: i64
§position: i64
§recording_signal_code: i32
§version: i32
§error_message: *mut c_char
§error_message_malloced_len: u32
§encoded_challenge_buffer: *mut c_char
§encoded_challenge_buffer_malloced_len: u32
§encoded_challenge: aeron_archive_encoded_credentials_t
§code_value: c_int
§is_poll_complete: bool
§is_code_ok: bool
§is_code_error: bool
§is_control_response: bool
§was_challenged: bool
§is_recording_signal: bool
Trait Implementations§
Source§impl Clone for aeron_archive_control_response_poller_stct
impl Clone for aeron_archive_control_response_poller_stct
Source§fn clone(&self) -> aeron_archive_control_response_poller_stct
fn clone(&self) -> aeron_archive_control_response_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_control_response_poller_stct> for AeronArchiveControlResponsePoller
impl From<aeron_archive_control_response_poller_stct> for AeronArchiveControlResponsePoller
Source§fn from(value: aeron_archive_control_response_poller_t) -> Self
fn from(value: aeron_archive_control_response_poller_t) -> Self
Converts to this type from the input type.
Source§impl PartialEq for aeron_archive_control_response_poller_stct
impl PartialEq for aeron_archive_control_response_poller_stct
Source§fn eq(&self, other: &aeron_archive_control_response_poller_stct) -> bool
fn eq(&self, other: &aeron_archive_control_response_poller_stct) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for aeron_archive_control_response_poller_stct
impl Eq for aeron_archive_control_response_poller_stct
impl StructuralPartialEq for aeron_archive_control_response_poller_stct
Auto Trait Implementations§
impl Freeze for aeron_archive_control_response_poller_stct
impl RefUnwindSafe for aeron_archive_control_response_poller_stct
impl !Send for aeron_archive_control_response_poller_stct
impl !Sync for aeron_archive_control_response_poller_stct
impl Unpin for aeron_archive_control_response_poller_stct
impl UnwindSafe for aeron_archive_control_response_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