Struct esp32h2::systimer::real_target::REAL_TARGET
source · #[repr(C)]pub struct REAL_TARGET { /* private fields */ }
Expand description
Cluster REAL_TARGET%s, containing REAL_TARGET?_LO, REAL_TARGET?_HI
Implementations§
Auto Trait Implementations§
impl !Freeze for REAL_TARGET
impl !RefUnwindSafe for REAL_TARGET
impl Send for REAL_TARGET
impl !Sync for REAL_TARGET
impl Unpin for REAL_TARGET
impl UnwindSafe for REAL_TARGET
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