Struct svd_rs::interrupt::InterruptBuilder
source · pub struct InterruptBuilder { /* private fields */ }Expand description
Builder for Interrupt
Implementations§
source§impl InterruptBuilder
impl InterruptBuilder
sourcepub fn description(self, value: Option<String>) -> Self
pub fn description(self, value: Option<String>) -> Self
Set the description of the interrupt
Trait Implementations§
source§impl Clone for InterruptBuilder
impl Clone for InterruptBuilder
source§fn clone(&self) -> InterruptBuilder
fn clone(&self) -> InterruptBuilder
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 moresource§impl Debug for InterruptBuilder
impl Debug for InterruptBuilder
source§impl Default for InterruptBuilder
impl Default for InterruptBuilder
source§fn default() -> InterruptBuilder
fn default() -> InterruptBuilder
Returns the “default value” for a type. Read more
source§impl From<Interrupt> for InterruptBuilder
impl From<Interrupt> for InterruptBuilder
source§impl PartialEq<InterruptBuilder> for InterruptBuilder
impl PartialEq<InterruptBuilder> for InterruptBuilder
source§fn eq(&self, other: &InterruptBuilder) -> bool
fn eq(&self, other: &InterruptBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.