#[repr(C)]pub struct aeron_driver_uri_publication_params_stct {Show 24 fields
pub has_position: bool,
pub is_sparse: bool,
pub signal_eos: bool,
pub spies_simulate_connection: bool,
pub has_mtu_length: bool,
pub mtu_length: usize,
pub has_term_length: bool,
pub term_length: usize,
pub term_offset: usize,
pub initial_term_id: i32,
pub term_id: i32,
pub linger_timeout_ns: u64,
pub untethered_window_limit_timeout_ns: u64,
pub untethered_linger_timeout_ns: i64,
pub untethered_resting_timeout_ns: u64,
pub has_session_id: bool,
pub session_id: i32,
pub entity_tag: i64,
pub response_correlation_id: i64,
pub has_max_resend: bool,
pub max_resend: u32,
pub has_publication_window_length: bool,
pub publication_window_length: i32,
pub is_response: bool,
}Fields§
§has_position: bool§is_sparse: bool§signal_eos: bool§spies_simulate_connection: bool§has_mtu_length: bool§mtu_length: usize§has_term_length: bool§term_length: usize§term_offset: usize§initial_term_id: i32§term_id: i32§linger_timeout_ns: u64§untethered_window_limit_timeout_ns: u64§untethered_linger_timeout_ns: i64§untethered_resting_timeout_ns: u64§has_session_id: bool§session_id: i32§entity_tag: i64§response_correlation_id: i64§has_max_resend: bool§max_resend: u32§has_publication_window_length: bool§publication_window_length: i32§is_response: boolTrait Implementations§
Source§impl Clone for aeron_driver_uri_publication_params_stct
impl Clone for aeron_driver_uri_publication_params_stct
Source§fn clone(&self) -> aeron_driver_uri_publication_params_stct
fn clone(&self) -> aeron_driver_uri_publication_params_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 Default for aeron_driver_uri_publication_params_stct
impl Default for aeron_driver_uri_publication_params_stct
Source§fn default() -> aeron_driver_uri_publication_params_stct
fn default() -> aeron_driver_uri_publication_params_stct
Returns the “default value” for a type. Read more
Source§impl From<aeron_driver_uri_publication_params_stct> for AeronDriverUriPublicationParams
impl From<aeron_driver_uri_publication_params_stct> for AeronDriverUriPublicationParams
Source§fn from(value: aeron_driver_uri_publication_params_t) -> Self
fn from(value: aeron_driver_uri_publication_params_t) -> Self
Converts to this type from the input type.
Source§impl PartialEq for aeron_driver_uri_publication_params_stct
impl PartialEq for aeron_driver_uri_publication_params_stct
Source§fn eq(&self, other: &aeron_driver_uri_publication_params_stct) -> bool
fn eq(&self, other: &aeron_driver_uri_publication_params_stct) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for aeron_driver_uri_publication_params_stct
impl Eq for aeron_driver_uri_publication_params_stct
impl StructuralPartialEq for aeron_driver_uri_publication_params_stct
Auto Trait Implementations§
impl Freeze for aeron_driver_uri_publication_params_stct
impl RefUnwindSafe for aeron_driver_uri_publication_params_stct
impl Send for aeron_driver_uri_publication_params_stct
impl Sync for aeron_driver_uri_publication_params_stct
impl Unpin for aeron_driver_uri_publication_params_stct
impl UnwindSafe for aeron_driver_uri_publication_params_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