#[repr(C)]pub struct avr_twi_msg_irq_t {
pub u: avr_twi_msg_irq_t__bindgen_ty_1,
}
Fields§
§u: avr_twi_msg_irq_t__bindgen_ty_1
Trait Implementations§
Source§impl Clone for avr_twi_msg_irq_t
impl Clone for avr_twi_msg_irq_t
Source§fn clone(&self) -> avr_twi_msg_irq_t
fn clone(&self) -> avr_twi_msg_irq_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 moreimpl Copy for avr_twi_msg_irq_t
Auto Trait Implementations§
impl Freeze for avr_twi_msg_irq_t
impl RefUnwindSafe for avr_twi_msg_irq_t
impl Send for avr_twi_msg_irq_t
impl Sync for avr_twi_msg_irq_t
impl Unpin for avr_twi_msg_irq_t
impl UnwindSafe for avr_twi_msg_irq_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