pub struct AeronDriverReceiverPendingSetupEntry { /* private fields */ }
Implementations§
source§impl AeronDriverReceiverPendingSetupEntry
impl AeronDriverReceiverPendingSetupEntry
pub fn new( is_periodic: bool, session_id: i32, stream_id: i32, endpoint: &AeronReceiveChannelEndpoint, destination: &AeronReceiveDestination, time_of_status_message_ns: i64, control_addr: SockaddrStorage, ) -> Result<Self, AeronCError>
pub fn new_zeroed() -> Result<Self, AeronCError>
pub fn is_periodic(&self) -> bool
pub fn session_id(&self) -> i32
pub fn stream_id(&self) -> i32
pub fn endpoint(&self) -> AeronReceiveChannelEndpoint
pub fn destination(&self) -> AeronReceiveDestination
pub fn time_of_status_message_ns(&self) -> i64
pub fn control_addr(&self) -> SockaddrStorage
pub fn get_inner(&self) -> *mut aeron_driver_receiver_pending_setup_entry_t
Trait Implementations§
source§impl Clone for AeronDriverReceiverPendingSetupEntry
impl Clone for AeronDriverReceiverPendingSetupEntry
source§fn clone(&self) -> AeronDriverReceiverPendingSetupEntry
fn clone(&self) -> AeronDriverReceiverPendingSetupEntry
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 Default for AeronDriverReceiverPendingSetupEntry
impl Default for AeronDriverReceiverPendingSetupEntry
This will create an instance where the struct is zeroed, use with care
source§impl From<&AeronDriverReceiverPendingSetupEntry> for *mut aeron_driver_receiver_pending_setup_entry_t
impl From<&AeronDriverReceiverPendingSetupEntry> for *mut aeron_driver_receiver_pending_setup_entry_t
source§fn from(value: &AeronDriverReceiverPendingSetupEntry) -> Self
fn from(value: &AeronDriverReceiverPendingSetupEntry) -> Self
Converts to this type from the input type.
source§impl From<*const aeron_driver_receiver_pending_setup_entry_stct> for AeronDriverReceiverPendingSetupEntry
impl From<*const aeron_driver_receiver_pending_setup_entry_stct> for AeronDriverReceiverPendingSetupEntry
source§fn from(value: *const aeron_driver_receiver_pending_setup_entry_t) -> Self
fn from(value: *const aeron_driver_receiver_pending_setup_entry_t) -> Self
Converts to this type from the input type.
source§impl From<*mut aeron_driver_receiver_pending_setup_entry_stct> for AeronDriverReceiverPendingSetupEntry
impl From<*mut aeron_driver_receiver_pending_setup_entry_stct> for AeronDriverReceiverPendingSetupEntry
source§fn from(value: *mut aeron_driver_receiver_pending_setup_entry_t) -> Self
fn from(value: *mut aeron_driver_receiver_pending_setup_entry_t) -> Self
Converts to this type from the input type.
source§impl From<AeronDriverReceiverPendingSetupEntry> for *mut aeron_driver_receiver_pending_setup_entry_t
impl From<AeronDriverReceiverPendingSetupEntry> for *mut aeron_driver_receiver_pending_setup_entry_t
source§fn from(value: AeronDriverReceiverPendingSetupEntry) -> Self
fn from(value: AeronDriverReceiverPendingSetupEntry) -> Self
Converts to this type from the input type.
source§impl From<AeronDriverReceiverPendingSetupEntry> for aeron_driver_receiver_pending_setup_entry_t
impl From<AeronDriverReceiverPendingSetupEntry> for aeron_driver_receiver_pending_setup_entry_t
source§fn from(value: AeronDriverReceiverPendingSetupEntry) -> Self
fn from(value: AeronDriverReceiverPendingSetupEntry) -> Self
Converts to this type from the input type.
source§impl From<aeron_driver_receiver_pending_setup_entry_stct> for AeronDriverReceiverPendingSetupEntry
impl From<aeron_driver_receiver_pending_setup_entry_stct> for AeronDriverReceiverPendingSetupEntry
source§fn from(value: aeron_driver_receiver_pending_setup_entry_t) -> Self
fn from(value: aeron_driver_receiver_pending_setup_entry_t) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AeronDriverReceiverPendingSetupEntry
impl !RefUnwindSafe for AeronDriverReceiverPendingSetupEntry
impl !Send for AeronDriverReceiverPendingSetupEntry
impl !Sync for AeronDriverReceiverPendingSetupEntry
impl Unpin for AeronDriverReceiverPendingSetupEntry
impl !UnwindSafe for AeronDriverReceiverPendingSetupEntry
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
)