Struct stm32_metapac::metadata::PeripheralAfio
pub struct PeripheralAfio {
pub register: &'static str,
pub field: &'static str,
pub values: &'static [PeripheralAfioValue],
}
Fields§
§register: &'static str
§field: &'static str
§values: &'static [PeripheralAfioValue]
Trait Implementations§
§impl Clone for PeripheralAfio
impl Clone for PeripheralAfio
§fn clone(&self) -> PeripheralAfio
fn clone(&self) -> PeripheralAfio
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for PeripheralAfio
impl Debug for PeripheralAfio
§impl PartialEq for PeripheralAfio
impl PartialEq for PeripheralAfio
impl Eq for PeripheralAfio
impl StructuralPartialEq for PeripheralAfio
Auto Trait Implementations§
impl Freeze for PeripheralAfio
impl RefUnwindSafe for PeripheralAfio
impl Send for PeripheralAfio
impl Sync for PeripheralAfio
impl Unpin for PeripheralAfio
impl UnwindSafe for PeripheralAfio
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
)