pub struct AeronUdpChannelParams { /* private fields */ }
Implementations§
source§impl AeronUdpChannelParams
impl AeronUdpChannelParams
pub fn new( endpoint: &str, bind_interface: &str, control: &str, control_mode: &str, channel_tag: &str, entity_tag: &str, ttl: &str, additional_params: AeronUriParams, ) -> Result<Self, AeronCError>
pub fn new_zeroed() -> Result<Self, AeronCError>
pub fn endpoint(&self) -> &str
pub fn bind_interface(&self) -> &str
pub fn control(&self) -> &str
pub fn control_mode(&self) -> &str
pub fn channel_tag(&self) -> &str
pub fn entity_tag(&self) -> &str
pub fn ttl(&self) -> &str
pub fn additional_params(&self) -> AeronUriParams
pub fn get_inner(&self) -> *mut aeron_udp_channel_params_t
Trait Implementations§
source§impl Clone for AeronUdpChannelParams
impl Clone for AeronUdpChannelParams
source§fn clone(&self) -> AeronUdpChannelParams
fn clone(&self) -> AeronUdpChannelParams
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 AeronUdpChannelParams
impl Debug for AeronUdpChannelParams
source§impl Default for AeronUdpChannelParams
impl Default for AeronUdpChannelParams
This will create an instance where the struct is zeroed, use with care
source§impl Deref for AeronUdpChannelParams
impl Deref for AeronUdpChannelParams
source§impl From<&AeronUdpChannelParams> for *mut aeron_udp_channel_params_t
impl From<&AeronUdpChannelParams> for *mut aeron_udp_channel_params_t
source§fn from(value: &AeronUdpChannelParams) -> Self
fn from(value: &AeronUdpChannelParams) -> Self
Converts to this type from the input type.
source§impl From<*const aeron_udp_channel_params_stct> for AeronUdpChannelParams
impl From<*const aeron_udp_channel_params_stct> for AeronUdpChannelParams
source§fn from(value: *const aeron_udp_channel_params_t) -> Self
fn from(value: *const aeron_udp_channel_params_t) -> Self
Converts to this type from the input type.
source§impl From<*mut aeron_udp_channel_params_stct> for AeronUdpChannelParams
impl From<*mut aeron_udp_channel_params_stct> for AeronUdpChannelParams
source§fn from(value: *mut aeron_udp_channel_params_t) -> Self
fn from(value: *mut aeron_udp_channel_params_t) -> Self
Converts to this type from the input type.
source§impl From<AeronUdpChannelParams> for *mut aeron_udp_channel_params_t
impl From<AeronUdpChannelParams> for *mut aeron_udp_channel_params_t
source§fn from(value: AeronUdpChannelParams) -> Self
fn from(value: AeronUdpChannelParams) -> Self
Converts to this type from the input type.
source§impl From<AeronUdpChannelParams> for aeron_udp_channel_params_t
impl From<AeronUdpChannelParams> for aeron_udp_channel_params_t
source§fn from(value: AeronUdpChannelParams) -> Self
fn from(value: AeronUdpChannelParams) -> Self
Converts to this type from the input type.
source§impl From<aeron_udp_channel_params_stct> for AeronUdpChannelParams
impl From<aeron_udp_channel_params_stct> for AeronUdpChannelParams
source§fn from(value: aeron_udp_channel_params_t) -> Self
fn from(value: aeron_udp_channel_params_t) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AeronUdpChannelParams
impl !RefUnwindSafe for AeronUdpChannelParams
impl !Send for AeronUdpChannelParams
impl !Sync for AeronUdpChannelParams
impl Unpin for AeronUdpChannelParams
impl !UnwindSafe for AeronUdpChannelParams
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
)