Struct stm32_metapac::metadata::PeripheralRccRegister
pub struct PeripheralRccRegister {
pub register: &'static str,
pub field: &'static str,
}
Fields§
§register: &'static str
§field: &'static str
Trait Implementations§
§impl Clone for PeripheralRccRegister
impl Clone for PeripheralRccRegister
§fn clone(&self) -> PeripheralRccRegister
fn clone(&self) -> PeripheralRccRegister
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 PeripheralRccRegister
impl Debug for PeripheralRccRegister
§impl PartialEq for PeripheralRccRegister
impl PartialEq for PeripheralRccRegister
impl Eq for PeripheralRccRegister
impl StructuralPartialEq for PeripheralRccRegister
Auto Trait Implementations§
impl Freeze for PeripheralRccRegister
impl RefUnwindSafe for PeripheralRccRegister
impl Send for PeripheralRccRegister
impl Sync for PeripheralRccRegister
impl Unpin for PeripheralRccRegister
impl UnwindSafe for PeripheralRccRegister
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
)