#[repr(C)]pub struct WDT_Config {
pub timer_setting: c_int,
pub is_wdt_enable: u8,
pub is_clear_enable: u8,
}Fields§
§timer_setting: c_int§is_wdt_enable: u8§is_clear_enable: u8Trait Implementations§
Source§impl Clone for WDT_Config
impl Clone for WDT_Config
Source§fn clone(&self) -> WDT_Config
fn clone(&self) -> WDT_Config
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WDT_Config
impl Debug for WDT_Config
impl Copy for WDT_Config
Auto Trait Implementations§
impl Freeze for WDT_Config
impl RefUnwindSafe for WDT_Config
impl Send for WDT_Config
impl Sync for WDT_Config
impl Unpin for WDT_Config
impl UnwindSafe for WDT_Config
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