pub struct NodeConfig {
pub device_address: ExactAddressType,
pub listen_period: ms,
}
Expand description
User-friendly Node
configuration structure.
Fields§
§device_address: ExactAddressType
Address of configurable device. Instance of ExactAddressType
.
listen_period: ms
Instance of ms
type. The time period in
milliseconds that configured device will listen for incoming packets
before speaking back into the ether.
Auto Trait Implementations§
impl Freeze for NodeConfig
impl RefUnwindSafe for NodeConfig
impl Send for NodeConfig
impl Sync for NodeConfig
impl Unpin for NodeConfig
impl UnwindSafe for NodeConfig
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