pub struct AeronArchiveReplayParams { /* private fields */ }
Expand description
Struct containing the available replay parameters.
Implementations§
source§impl AeronArchiveReplayParams
impl AeronArchiveReplayParams
pub fn new( bounding_limit_counter_id: i32, file_io_max_length: i32, position: i64, length: i64, replay_token: i64, subscription_registration_id: i64, ) -> Result<Self, AeronCError>
pub fn new_zeroed() -> Result<Self, AeronCError>
pub fn bounding_limit_counter_id(&self) -> i32
pub fn file_io_max_length(&self) -> i32
pub fn position(&self) -> i64
pub fn length(&self) -> i64
pub fn replay_token(&self) -> i64
pub fn subscription_registration_id(&self) -> i64
sourcepub fn init(&self) -> Result<i32, AeronCError>
pub fn init(&self) -> Result<i32, AeronCError>
Initialize an AeronArchiveReplayParams
with the default values.
pub fn get_inner(&self) -> *mut aeron_archive_replay_params_t
Trait Implementations§
source§impl Clone for AeronArchiveReplayParams
impl Clone for AeronArchiveReplayParams
source§fn clone(&self) -> AeronArchiveReplayParams
fn clone(&self) -> AeronArchiveReplayParams
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 AeronArchiveReplayParams
impl Debug for AeronArchiveReplayParams
source§impl Default for AeronArchiveReplayParams
impl Default for AeronArchiveReplayParams
This will create an instance where the struct is zeroed, use with care
source§impl Deref for AeronArchiveReplayParams
impl Deref for AeronArchiveReplayParams
source§impl From<&AeronArchiveReplayParams> for *mut aeron_archive_replay_params_t
impl From<&AeronArchiveReplayParams> for *mut aeron_archive_replay_params_t
source§fn from(value: &AeronArchiveReplayParams) -> Self
fn from(value: &AeronArchiveReplayParams) -> Self
Converts to this type from the input type.
source§impl From<*const aeron_archive_replay_params_stct> for AeronArchiveReplayParams
impl From<*const aeron_archive_replay_params_stct> for AeronArchiveReplayParams
source§fn from(value: *const aeron_archive_replay_params_t) -> Self
fn from(value: *const aeron_archive_replay_params_t) -> Self
Converts to this type from the input type.
source§impl From<*mut aeron_archive_replay_params_stct> for AeronArchiveReplayParams
impl From<*mut aeron_archive_replay_params_stct> for AeronArchiveReplayParams
source§fn from(value: *mut aeron_archive_replay_params_t) -> Self
fn from(value: *mut aeron_archive_replay_params_t) -> Self
Converts to this type from the input type.
source§impl From<AeronArchiveReplayParams> for *mut aeron_archive_replay_params_t
impl From<AeronArchiveReplayParams> for *mut aeron_archive_replay_params_t
source§fn from(value: AeronArchiveReplayParams) -> Self
fn from(value: AeronArchiveReplayParams) -> Self
Converts to this type from the input type.
source§impl From<AeronArchiveReplayParams> for aeron_archive_replay_params_t
impl From<AeronArchiveReplayParams> for aeron_archive_replay_params_t
source§fn from(value: AeronArchiveReplayParams) -> Self
fn from(value: AeronArchiveReplayParams) -> Self
Converts to this type from the input type.
source§impl From<aeron_archive_replay_params_stct> for AeronArchiveReplayParams
impl From<aeron_archive_replay_params_stct> for AeronArchiveReplayParams
source§fn from(value: aeron_archive_replay_params_t) -> Self
fn from(value: aeron_archive_replay_params_t) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AeronArchiveReplayParams
impl !RefUnwindSafe for AeronArchiveReplayParams
impl !Send for AeronArchiveReplayParams
impl !Sync for AeronArchiveReplayParams
impl Unpin for AeronArchiveReplayParams
impl !UnwindSafe for AeronArchiveReplayParams
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
)