pub struct Config {
pub duration: Duration,
pub panic_on_trigger: bool,
pub subscribed_idle_tasks: EnumSet<Core>,
}
Fields§
§duration: Duration
§panic_on_trigger: bool
§subscribed_idle_tasks: EnumSet<Core>
Implementations§
Trait Implementations§
source§impl From<&Config> for esp_task_wdt_config_t
impl From<&Config> for esp_task_wdt_config_t
source§fn from(config: &Config) -> esp_task_wdt_config_t
fn from(config: &Config) -> esp_task_wdt_config_t
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§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,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)