Struct svd_rs::interrupt::InterruptBuilder
source · [−]pub struct InterruptBuilder { /* private fields */ }Expand description
Builder for Interrupt
Implementations
sourceimpl 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
sourceimpl Clone for InterruptBuilder
impl Clone for InterruptBuilder
sourcefn clone(&self) -> InterruptBuilder
fn clone(&self) -> InterruptBuilder
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for InterruptBuilder
impl Debug for InterruptBuilder
sourceimpl Default for InterruptBuilder
impl Default for InterruptBuilder
sourcefn default() -> InterruptBuilder
fn default() -> InterruptBuilder
Returns the “default value” for a type. Read more
sourceimpl From<Interrupt> for InterruptBuilder
impl From<Interrupt> for InterruptBuilder
sourceimpl PartialEq<InterruptBuilder> for InterruptBuilder
impl PartialEq<InterruptBuilder> for InterruptBuilder
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &InterruptBuilder) -> bool
fn ne(&self, other: &InterruptBuilder) -> bool
This method tests for !=.
impl StructuralPartialEq for InterruptBuilder
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more