pub struct MicrocontrollerField {
pub periphfield: PeripheralField<PeriphField>,
}Fields§
§periphfield: PeripheralField<PeriphField>field: on periphfield field
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MicrocontrollerField
impl RefUnwindSafe for MicrocontrollerField
impl Send for MicrocontrollerField
impl Sync for MicrocontrollerField
impl Unpin for MicrocontrollerField
impl UnwindSafe for MicrocontrollerField
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