#[repr(C)]pub struct avr_watchdog_t {
pub io: avr_io_t,
pub wdrf: avr_regbit_t,
pub wdce: avr_regbit_t,
pub wde: avr_regbit_t,
pub wdp: [avr_regbit_t; 4],
pub watchdog: avr_int_vector_t,
pub cycle_count: avr_cycle_count_t,
pub reset_context: avr_watchdog_t__bindgen_ty_1,
}
Fields§
§io: avr_io_t
§wdrf: avr_regbit_t
§wdce: avr_regbit_t
§wde: avr_regbit_t
§wdp: [avr_regbit_t; 4]
§watchdog: avr_int_vector_t
§cycle_count: avr_cycle_count_t
§reset_context: avr_watchdog_t__bindgen_ty_1
Trait Implementations§
Source§impl Clone for avr_watchdog_t
impl Clone for avr_watchdog_t
Source§fn clone(&self) -> avr_watchdog_t
fn clone(&self) -> avr_watchdog_t
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 avr_watchdog_t
impl Debug for avr_watchdog_t
impl Copy for avr_watchdog_t
Auto Trait Implementations§
impl Freeze for avr_watchdog_t
impl RefUnwindSafe for avr_watchdog_t
impl !Send for avr_watchdog_t
impl !Sync for avr_watchdog_t
impl Unpin for avr_watchdog_t
impl UnwindSafe for avr_watchdog_t
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