#[repr(C)]pub struct RnsEmbeddedNodeConfig {Show 14 fields
pub store_identity: [u8; 32],
pub lxmf_address: [u8; 16],
pub node_mode: RnsEmbeddedNodeMode,
pub announce_interval_ms: u64,
pub max_outbound_queue: usize,
pub max_events: usize,
pub capture_default_max_bytes: u32,
pub ble_mtu_hint: u16,
pub ble_max_inbound_frames: usize,
pub ble_max_outbound_frames: usize,
pub ble_ordered_delivery: bool,
pub tcp_host: [u8; 256],
pub tcp_port: u16,
pub tcp_listen_port: u16,
}Fields§
§store_identity: [u8; 32]§lxmf_address: [u8; 16]§node_mode: RnsEmbeddedNodeMode§announce_interval_ms: u64§max_outbound_queue: usize§max_events: usize§capture_default_max_bytes: u32§ble_mtu_hint: u16§ble_max_inbound_frames: usize§ble_max_outbound_frames: usize§ble_ordered_delivery: bool§tcp_host: [u8; 256]§tcp_port: u16§tcp_listen_port: u16Trait Implementations§
Auto Trait Implementations§
impl Freeze for RnsEmbeddedNodeConfig
impl RefUnwindSafe for RnsEmbeddedNodeConfig
impl Send for RnsEmbeddedNodeConfig
impl Sync for RnsEmbeddedNodeConfig
impl Unpin for RnsEmbeddedNodeConfig
impl UnsafeUnpin for RnsEmbeddedNodeConfig
impl UnwindSafe for RnsEmbeddedNodeConfig
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