Struct stm32_metapac::metadata::ir::FieldSet
pub struct FieldSet {
pub name: &'static str,
pub extends: Option<&'static str>,
pub description: Option<&'static str>,
pub bit_size: u32,
pub fields: &'static [Field],
}
Fields§
§name: &'static str
§extends: Option<&'static str>
§description: Option<&'static str>
§bit_size: u32
§fields: &'static [Field]
Trait Implementations§
impl Eq for FieldSet
impl StructuralPartialEq for FieldSet
Auto Trait Implementations§
impl Freeze for FieldSet
impl RefUnwindSafe for FieldSet
impl Send for FieldSet
impl Sync for FieldSet
impl Unpin for FieldSet
impl UnwindSafe for FieldSet
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)