pub struct AeronReceiveDestination { /* private fields */ }
Implementations§
source§impl AeronReceiveDestination
impl AeronReceiveDestination
pub fn new_zeroed() -> Result<Self, AeronCError>
pub fn conductor_fields( &self, ) -> aeron_receive_destination_stct_aeron_receive_destination_conductor_fields_stct
pub fn transport(&self) -> aeron_udp_channel_transport_t
pub fn data_paths(&self) -> AeronUdpChannelDataPaths
pub fn port_manager(&self) -> AeronPortManager
pub fn local_sockaddr_indicator(&self) -> AeronAtomicCounter
pub fn current_control_addr(&self) -> SockaddrStorage
pub fn bind_addr(&self) -> SockaddrStorage
pub fn so_rcvbuf(&self) -> usize
pub fn has_control_addr(&self) -> bool
pub fn time_of_last_activity_ns(&self) -> i64
pub fn padding(&self) -> [u8; 64]
pub fn delete(&self, counters_manager: &AeronCountersManager)
pub fn get_inner(&self) -> *mut aeron_receive_destination_t
Trait Implementations§
source§impl Clone for AeronReceiveDestination
impl Clone for AeronReceiveDestination
source§fn clone(&self) -> AeronReceiveDestination
fn clone(&self) -> AeronReceiveDestination
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 AeronReceiveDestination
impl Debug for AeronReceiveDestination
source§impl Deref for AeronReceiveDestination
impl Deref for AeronReceiveDestination
source§impl From<&AeronReceiveDestination> for *mut aeron_receive_destination_t
impl From<&AeronReceiveDestination> for *mut aeron_receive_destination_t
source§fn from(value: &AeronReceiveDestination) -> Self
fn from(value: &AeronReceiveDestination) -> Self
Converts to this type from the input type.
source§impl From<*const aeron_receive_destination_stct> for AeronReceiveDestination
impl From<*const aeron_receive_destination_stct> for AeronReceiveDestination
source§fn from(value: *const aeron_receive_destination_t) -> Self
fn from(value: *const aeron_receive_destination_t) -> Self
Converts to this type from the input type.
source§impl From<*mut aeron_receive_destination_stct> for AeronReceiveDestination
impl From<*mut aeron_receive_destination_stct> for AeronReceiveDestination
source§fn from(value: *mut aeron_receive_destination_t) -> Self
fn from(value: *mut aeron_receive_destination_t) -> Self
Converts to this type from the input type.
source§impl From<AeronReceiveDestination> for *mut aeron_receive_destination_t
impl From<AeronReceiveDestination> for *mut aeron_receive_destination_t
source§fn from(value: AeronReceiveDestination) -> Self
fn from(value: AeronReceiveDestination) -> Self
Converts to this type from the input type.
source§impl From<AeronReceiveDestination> for aeron_receive_destination_t
impl From<AeronReceiveDestination> for aeron_receive_destination_t
source§fn from(value: AeronReceiveDestination) -> Self
fn from(value: AeronReceiveDestination) -> Self
Converts to this type from the input type.
source§impl From<aeron_receive_destination_stct> for AeronReceiveDestination
impl From<aeron_receive_destination_stct> for AeronReceiveDestination
source§fn from(value: aeron_receive_destination_t) -> Self
fn from(value: aeron_receive_destination_t) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AeronReceiveDestination
impl !RefUnwindSafe for AeronReceiveDestination
impl !Send for AeronReceiveDestination
impl !Sync for AeronReceiveDestination
impl Unpin for AeronReceiveDestination
impl !UnwindSafe for AeronReceiveDestination
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
)