#[repr(C)]pub struct aeron_driver_uri_publication_params_stct {Show 20 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_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,
}
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_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
Trait 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 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_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.
impl Copy 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)