#[repr(C)]pub struct aeron_loss_detector_stct {
pub on_gap_detected: aeron_term_gap_scanner_on_gap_detected_func_t,
pub feedback_delay_state: *mut aeron_feedback_delay_generator_state_t,
pub on_gap_detected_clientd: *mut c_void,
pub scanned_gap: aeron_loss_detector_gap_t,
pub active_gap: aeron_loss_detector_gap_t,
pub expiry_ns: i64,
}
Fields§
§on_gap_detected: aeron_term_gap_scanner_on_gap_detected_func_t
§feedback_delay_state: *mut aeron_feedback_delay_generator_state_t
§on_gap_detected_clientd: *mut c_void
§scanned_gap: aeron_loss_detector_gap_t
§active_gap: aeron_loss_detector_gap_t
§expiry_ns: i64
Trait Implementations§
source§impl Clone for aeron_loss_detector_stct
impl Clone for aeron_loss_detector_stct
source§fn clone(&self) -> aeron_loss_detector_stct
fn clone(&self) -> aeron_loss_detector_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_loss_detector_stct
impl Debug for aeron_loss_detector_stct
source§impl From<aeron_loss_detector_stct> for AeronLossDetector
impl From<aeron_loss_detector_stct> for AeronLossDetector
source§fn from(value: aeron_loss_detector_t) -> Self
fn from(value: aeron_loss_detector_t) -> Self
Converts to this type from the input type.
impl Copy for aeron_loss_detector_stct
Auto Trait Implementations§
impl Freeze for aeron_loss_detector_stct
impl RefUnwindSafe for aeron_loss_detector_stct
impl !Send for aeron_loss_detector_stct
impl !Sync for aeron_loss_detector_stct
impl Unpin for aeron_loss_detector_stct
impl UnwindSafe for aeron_loss_detector_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
)