Struct stm32_eth::dma::InterruptReasonSummary
source · Expand description
A summary of the reasons for the interrupt that occured
Fields§
§is_rx: bool
The interrupt was caused by an RX event.
is_tx: bool
The interrupt was caused by an TX event.
is_error: bool
The interrupt was caused by an error event.
Trait Implementations§
source§impl Clone for InterruptReasonSummary
impl Clone for InterruptReasonSummary
source§fn clone(&self) -> InterruptReasonSummary
fn clone(&self) -> InterruptReasonSummary
Returns a copy 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 more