Struct svd_rs::interrupt::InterruptBuilder [−][src]
pub struct InterruptBuilder { /* fields omitted */ }
Expand description
Builder for Interrupt
Implementations
Set the description of the interrupt
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for InterruptBuilder
impl Send for InterruptBuilder
impl Sync for InterruptBuilder
impl Unpin for InterruptBuilder
impl UnwindSafe for InterruptBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more