pub struct SysCfg(/* private fields */);
Methods from Deref<Target = SYSCFG>§
pub const PTR: *const RegisterBlock = {0x40013800 as *const stm32f4_staging::stm32f429::syscfg::RegisterBlock}
Methods from Deref<Target = RegisterBlock>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SysCfg
impl RefUnwindSafe for SysCfg
impl Send for SysCfg
impl !Sync for SysCfg
impl Unpin for SysCfg
impl UnwindSafe for SysCfg
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