Struct 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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const 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