#[repr(C)]pub struct avr_extint_t {
pub io: avr_io_t,
pub eint: [avr_extint_t__bindgen_ty_1; 8],
}
Fields§
§io: avr_io_t
§eint: [avr_extint_t__bindgen_ty_1; 8]
Trait Implementations§
Source§impl Clone for avr_extint_t
impl Clone for avr_extint_t
Source§fn clone(&self) -> avr_extint_t
fn clone(&self) -> avr_extint_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_extint_t
impl Debug for avr_extint_t
impl Copy for avr_extint_t
Auto Trait Implementations§
impl Freeze for avr_extint_t
impl RefUnwindSafe for avr_extint_t
impl !Send for avr_extint_t
impl !Sync for avr_extint_t
impl Unpin for avr_extint_t
impl UnwindSafe for avr_extint_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