#[repr(C)]pub struct aeron_archive_proxy_stct {
pub ctx: *mut aeron_archive_context_t,
pub exclusive_publication: *mut aeron_exclusive_publication_t,
pub control_session_id: i64,
pub retry_attempts: c_int,
pub buffer: [u8; 8192],
}
Fields§
§ctx: *mut aeron_archive_context_t
§exclusive_publication: *mut aeron_exclusive_publication_t
§control_session_id: i64
§retry_attempts: c_int
§buffer: [u8; 8192]
Trait Implementations§
Source§impl Clone for aeron_archive_proxy_stct
impl Clone for aeron_archive_proxy_stct
Source§fn clone(&self) -> aeron_archive_proxy_stct
fn clone(&self) -> aeron_archive_proxy_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 Debug for aeron_archive_proxy_stct
impl Debug for aeron_archive_proxy_stct
Source§impl Default for aeron_archive_proxy_stct
impl Default for aeron_archive_proxy_stct
Source§impl From<aeron_archive_proxy_stct> for AeronArchiveProxy
impl From<aeron_archive_proxy_stct> for AeronArchiveProxy
Source§fn from(value: aeron_archive_proxy_t) -> Self
fn from(value: aeron_archive_proxy_t) -> Self
Converts to this type from the input type.
Source§impl Hash for aeron_archive_proxy_stct
impl Hash for aeron_archive_proxy_stct
Source§impl PartialEq for aeron_archive_proxy_stct
impl PartialEq for aeron_archive_proxy_stct
impl Copy for aeron_archive_proxy_stct
impl Eq for aeron_archive_proxy_stct
impl StructuralPartialEq for aeron_archive_proxy_stct
Auto Trait Implementations§
impl Freeze for aeron_archive_proxy_stct
impl RefUnwindSafe for aeron_archive_proxy_stct
impl !Send for aeron_archive_proxy_stct
impl !Sync for aeron_archive_proxy_stct
impl Unpin for aeron_archive_proxy_stct
impl UnwindSafe for aeron_archive_proxy_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