Struct PeripheralRcc
pub struct PeripheralRcc {
pub bus_clock: &'static str,
pub kernel_clock: PeripheralRccKernelClock,
pub enable: Option<PeripheralRccRegister>,
pub reset: Option<PeripheralRccRegister>,
pub stop_mode: StopMode,
}
Fields§
§bus_clock: &'static str
§kernel_clock: PeripheralRccKernelClock
§enable: Option<PeripheralRccRegister>
§reset: Option<PeripheralRccRegister>
§stop_mode: StopMode
Trait Implementations§
§impl Clone for PeripheralRcc
impl Clone for PeripheralRcc
§fn clone(&self) -> PeripheralRcc
fn clone(&self) -> PeripheralRcc
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 PeripheralRcc
impl Debug for PeripheralRcc
§impl PartialEq for PeripheralRcc
impl PartialEq for PeripheralRcc
impl Eq for PeripheralRcc
impl StructuralPartialEq for PeripheralRcc
Auto Trait Implementations§
impl Freeze for PeripheralRcc
impl RefUnwindSafe for PeripheralRcc
impl Send for PeripheralRcc
impl Sync for PeripheralRcc
impl Unpin for PeripheralRcc
impl UnwindSafe for PeripheralRcc
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