Struct stm32_metapac::metadata::ir::BlockItem
pub struct BlockItem {
pub name: &'static str,
pub description: Option<&'static str>,
pub array: Option<Array>,
pub byte_offset: u32,
pub inner: BlockItemInner,
}
Fields§
§name: &'static str
§description: Option<&'static str>
§array: Option<Array>
§byte_offset: u32
§inner: BlockItemInner
Trait Implementations§
impl Eq for BlockItem
impl StructuralEq for BlockItem
impl StructuralPartialEq for BlockItem
Auto Trait Implementations§
impl RefUnwindSafe for BlockItem
impl Send for BlockItem
impl Sync for BlockItem
impl Unpin for BlockItem
impl UnwindSafe for BlockItem
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more