pub struct EspNowConfig { /* private fields */ }Expand description
Configuration for ESP-NOW traffic generation.
Used by both Central and Peripheral nodes when operating in ESP-NOW mode.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EspNowConfig
impl RefUnwindSafe for EspNowConfig
impl Send for EspNowConfig
impl Sync for EspNowConfig
impl Unpin for EspNowConfig
impl UnsafeUnpin for EspNowConfig
impl UnwindSafe for EspNowConfig
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