Struct patch_svd::output::Peripheral [−][src]
Fields
derived_from: Option<String>dim: Option<SvdConstant>dim_increment: Option<SvdConstant>dim_index: Option<SvdConstant>dim_name: Option<String>dim_array_index: Option<DimArrayIndex>name: Stringversion: Option<String>description: Option<String>alternate_peripheral: Option<String>group_name: Option<String>prepend_to_name: Option<String>append_to_name: Option<String>header_struct_name: Option<String>disable_condition: Option<String>base_address: SvdConstantsize: Option<SvdConstant>access: Option<AccessType>protection: Option<Protection>reset_value: Option<SvdConstant>reset_mask: Option<SvdConstant>address_block: Option<AddressBlock>interrupt: Option<Vec<Interrupt>>registers: Option<Registers>Trait Implementations
impl Clone for Peripheral[src]
fn clone(&self) -> Peripheral[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for Peripheral[src]
impl<'de> Deserialize<'de> for Peripheral[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Eq for Peripheral[src]
impl PartialEq<Peripheral> for Peripheral[src]
fn eq(&self, other: &Peripheral) -> bool[src]
fn ne(&self, other: &Peripheral) -> bool[src]
impl StructuralEq for Peripheral[src]
impl StructuralPartialEq for Peripheral[src]
Auto Trait Implementations
impl RefUnwindSafe for Peripheral
impl Send for Peripheral
impl Sync for Peripheral
impl Unpin for Peripheral
impl UnwindSafe for Peripheral
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,