pub struct UdpMulticastRadioConfig {
pub bind_addr: Ipv4Addr,
pub group_addr: Ipv4Addr,
pub interface_addr: Ipv4Addr,
pub port: u16,
pub max_frame_size: usize,
pub t_frame_ms: u32,
pub rssi: i16,
pub snr: i8,
pub loopback: bool,
}Expand description
Configuration for UdpMulticastRadio.
Fields§
§bind_addr: Ipv4Addr§group_addr: Ipv4Addr§interface_addr: Ipv4Addr§port: u16§max_frame_size: usize§t_frame_ms: u32§rssi: i16§snr: i8§loopback: boolImplementations§
Trait Implementations§
Source§impl Clone for UdpMulticastRadioConfig
impl Clone for UdpMulticastRadioConfig
Source§fn clone(&self) -> UdpMulticastRadioConfig
fn clone(&self) -> UdpMulticastRadioConfig
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UdpMulticastRadioConfig
impl Debug for UdpMulticastRadioConfig
impl Copy for UdpMulticastRadioConfig
Auto Trait Implementations§
impl Freeze for UdpMulticastRadioConfig
impl RefUnwindSafe for UdpMulticastRadioConfig
impl Send for UdpMulticastRadioConfig
impl Sync for UdpMulticastRadioConfig
impl Unpin for UdpMulticastRadioConfig
impl UnwindSafe for UdpMulticastRadioConfig
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)