pub struct APPS_CONFIG { /* private fields */ }
Expand description
APPS_CONFIG
Implementations§
Source§impl APPS_CONFIG
impl APPS_CONFIG
Sourcepub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Returns a pointer to the register block
Trait Implementations§
Source§impl Deref for APPS_CONFIG
impl Deref for APPS_CONFIG
impl Send for APPS_CONFIG
Auto Trait Implementations§
impl Freeze for APPS_CONFIG
impl RefUnwindSafe for APPS_CONFIG
impl !Sync for APPS_CONFIG
impl Unpin for APPS_CONFIG
impl UnwindSafe for APPS_CONFIG
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